Skip to content

Commit a934af8

Browse files
kapbhkartben
authored andcommitted
drivers: nrf_wifi: Add Kconfig for ps poll and stbc
Add Kconfig in init command for maximum ps poll failures count and stbc enable in HT. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
1 parent 0cf4747 commit a934af8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,4 +849,17 @@ config NRF_WIFI_ZERO_COPY_TX
849849

850850
endif # NETWORKING
851851

852+
config NRF_WIFI_MAX_PS_POLL_FAIL_CNT
853+
int "Maximum number of PS-Poll failures"
854+
default 10
855+
range 10 4294967295
856+
help
857+
Maximum number of PS-Poll failures before entering qos null-based power save.
858+
859+
config NRF_WIFI_RX_STBC_HT
860+
bool "Receive packets encoded with STBC in HT (Wi-Fi4) mode"
861+
default y
862+
help
863+
Receive packets encoded with STBC (Space-Time Block Coding)
864+
in HT (Wi-Fi4) mode.
852865
endif # WIFI_NRF70

0 commit comments

Comments
 (0)