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 168ac3b commit c90a7faCopy full SHA for c90a7fa
drivers/wifi/nrf700x/Kconfig
@@ -768,3 +768,16 @@ config NRF_WIFI_PS_INT_PS
768
whether to stay in PS (for lower amount of buffered data) or exit PS (for higher
769
amount of buffered data).
770
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
783
+ Enable STBC (Space-Time Block Coding) for HT mode.
0 commit comments