Skip to content

Commit 1e6fac0

Browse files
Kapil BhattChromeos LUCI
authored andcommitted
drivers: nrf_wifi: Add Kconfig for Dynamic Bandwidth Signalling
Add Kconfig to enable/disable Dynamic Bandwidth Signalling. (cherry picked from commit 1037a0c) Original-Signed-off-by: Kapil Bhatt <[email protected]> GitOrigin-RevId: 1037a0c Cr-Build-Id: 8711682253588645601 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8711682253588645601 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: Ia4e73d6a5f9ba4bff641b94fe50cad4010b7e31e Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6655864 Reviewed-by: Yuval Peress <[email protected]> Commit-Queue: Keith Short <[email protected]> Reviewed-by: Keith Short <[email protected]> Tested-by: Keith Short <[email protected]> Tested-by: ChromeOS Copybot <[email protected]> Tested-by: Yuval Peress <[email protected]>
1 parent a62f20a commit 1e6fac0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,4 +908,9 @@ config NRF_WIFI_RX_STBC_HT
908908
help
909909
Receive packets encoded with STBC (Space-Time Block Coding)
910910
in HT (Wi-Fi4) mode.
911+
912+
config NRF_WIFI_DYNAMIC_BANDWIDTH_SIGNALLING
913+
bool "Dynamic bandwidth signalling for Wi-Fi"
914+
help
915+
This option enables support for dynamic bandwidth signalling.
911916
endif # WIFI_NRF70

0 commit comments

Comments
 (0)