We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b4ed0 commit 4fe3f7cCopy full SHA for 4fe3f7c
drivers/wifi/nrf_wifi/Kconfig.nrfwifi
@@ -842,4 +842,17 @@ config NRF_WIFI_ZERO_COPY_TX
842
843
endif # NETWORKING
844
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
856
+ Receive packets encoded with STBC (Space-Time Block Coding)
857
+ in HT (Wi-Fi4) mode.
858
endif # WIFI_NRF70
0 commit comments