rpcd: iwinfo: add IEEE 802.11be support#5
Conversation
|
Fixed copy/paste error (he_gi should be eht_gi). |
Add basic IEEE 802.11be support for rpcd iwinfo commands. Signed-off-by: Chad Monroe <chad@monroe.io>
|
I don't think this is working (it maybe a iwinfo issue) On the banana rpi-4 the radio2 shows while monitoring ubus hwmodes":["ax"],"hwmodes_text":"ax/be","htmodes":["HE20","HE40","HE80","HE160"] note i have both your iwinfo + rpcd patches applied it should show other hwmodes than just ax |
|
After you applied the iwinfo and rpcd patch did you do a clean build? I feel like I remember having to do a completely clean build (wiping build_dir, staging_dir and tmp) for all changes to be correctly applied but it's been a while. I checked ubus call iwinfo info for the 6G PHY on one of my MT7996 systems and it seems to be reporting correctly: The assumption is that "hwmodes" is a list of a modes supported by this hardware while "hwmode" is the current operating mode. |
|
Thx for the reply....let me do a clean build... I have been fiddling with the code for a while without a fresh build |
|
@cmonroe can confirm a clean build fixed the issue i was having |
The repository contains a patch [1] that will bring BE wireless standard. [1] - openwrt/rpcd#5
The rpcd repository contains a patch [1] that will bring BE wireless standard. Also update iwinfo project to apply patches [2][3]. [1] - openwrt/rpcd#5 [2] openwrt/iwinfo#11 [3] openwrt/iwinfo#10
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10 (cherry picked from commit 97d6044)
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10 (cherry picked from commit c616208)
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10 (cherry picked from commit c616208)
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10 (cherry picked from commit c616208)
This commit provides switch luci project to use branch that contains patch for BE standard [1]. The rpcd repository contains a patch [2] that will bring BE wireless standard. Also update iwinfo project to apply patches [3][4]. [1] - openwrt/luci#7279 [2] - openwrt/rpcd#5 [3] openwrt/iwinfo#11 [4] openwrt/iwinfo#10 (cherry picked from commit c616208)
Tested with banana rpi-4 In order to complete 11be support - the below pulls will need to be applied RPCD - openwrt/rpcd#5 iwinfo - openwrt/iwinfo#10 Signed-off-by: Rudy Andram <rmandrad@gmail.com> Tested-By: Daniel Pawlik <pawlik.dan@gmail.com>
Tested with banana rpi-4 In order to complete 11be support - the below pulls will need to be applied RPCD - openwrt/rpcd#5 iwinfo - openwrt/iwinfo#10 Signed-off-by: Rudy Andram <rmandrad@gmail.com> Tested-By: Daniel Pawlik <pawlik.dan@gmail.com>
Tested with banana rpi-4 In order to complete 11be support - the below pulls will need to be applied RPCD - openwrt/rpcd#5 iwinfo - openwrt/iwinfo#10 Signed-off-by: Rudy Andram <rmandrad@gmail.com> Tested-By: Daniel Pawlik <pawlik.dan@gmail.com> correct ; with , instead for the declaration of eht
Tested with banana rpi-4 In order to complete 11be support - the below pulls will need to be applied RPCD - openwrt/rpcd#5 iwinfo - openwrt/iwinfo#10 Signed-off-by: Rudy Andram <rmandrad@gmail.com> Tested-By: Daniel Pawlik <pawlik.dan@gmail.com> correct ; with , instead for the declaration of eht
Tested with banana rpi-4 In order to complete 11be support - the below pulls will need to be applied RPCD - openwrt/rpcd#5 iwinfo - openwrt/iwinfo#10 Signed-off-by: Rudy Andram <rmandrad@gmail.com> Tested-By: Daniel Pawlik <pawlik.dan@gmail.com> correct ; with , instead for the declaration of eht
|
This can be closed now. |
|
Merged commit: |
|
Dear all, @cmonroe, @rmandrad, @systemcrash, There is a new PR linked to 11be done by @prokowsoftware here: Can you look? Thanks in advance. |



Add basic IEEE 802.11be support for rpcd iwinfo commands.
Note that this commit depends on/requires iwinfo #10 to be merged first.