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 0cf4747 commit a934af8Copy full SHA for a934af8
drivers/wifi/nrf_wifi/Kconfig.nrfwifi
@@ -849,4 +849,17 @@ config NRF_WIFI_ZERO_COPY_TX
849
850
endif # NETWORKING
851
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
863
+ Receive packets encoded with STBC (Space-Time Block Coding)
864
+ in HT (Wi-Fi4) mode.
865
endif # WIFI_NRF70
0 commit comments