Skip to content

Commit 2bd5dc0

Browse files
kapbhbjarki-andreasen
authored andcommitted
[nrf fromtree] 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 <[email protected]> (cherry picked from commit a934af8)
1 parent 1420ecb commit 2bd5dc0

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
@@ -842,4 +842,17 @@ config NRF_WIFI_ZERO_COPY_TX
842842

843843
endif # NETWORKING
844844

845+
config NRF_WIFI_MAX_PS_POLL_FAIL_CNT
846+
int "Maximum number of PS-Poll failures"
847+
default 10
848+
range 10 4294967295
849+
help
850+
Maximum number of PS-Poll failures before entering qos null-based power save.
851+
852+
config NRF_WIFI_RX_STBC_HT
853+
bool "Receive packets encoded with STBC in HT (Wi-Fi4) mode"
854+
default y
855+
help
856+
Receive packets encoded with STBC (Space-Time Block Coding)
857+
in HT (Wi-Fi4) mode.
845858
endif # WIFI_NRF70

0 commit comments

Comments
 (0)