Skip to content

Commit c90a7fa

Browse files
kapbhrlubos
authored andcommitted
drivers: nrf700x: 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]>
1 parent 168ac3b commit c90a7fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

drivers/wifi/nrf700x/Kconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,3 +768,16 @@ config NRF_WIFI_PS_INT_PS
768768
whether to stay in PS (for lower amount of buffered data) or exit PS (for higher
769769
amount of buffered data).
770770
endchoice
771+
772+
config NRF_WIFI_MAX_PS_POLL_FAIL_CNT
773+
int "Maximum number of PS-Poll Failures"
774+
default 10
775+
range 10 4294967295
776+
help
777+
Maximum number of PS-Poll failures before entering QoS Null based power save.
778+
779+
config NRF_WIFI_RX_STBC_HT
780+
bool "Enable STBC for HT"
781+
default y
782+
help
783+
Enable STBC (Space-Time Block Coding) for HT mode.

0 commit comments

Comments
 (0)