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 8167cf2 commit dc25a0aCopy full SHA for dc25a0a
nrf_wifi/fw_bins/default/nrf70.bin
100 Bytes
nrf_wifi/fw_bins/radio_test/nrf70.bin
0 Bytes
nrf_wifi/fw_bins/scan_only/nrf70.bin
36 Bytes
nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h
@@ -910,6 +910,17 @@ struct nrf_wifi_cmd_sys_init {
910
* alive frame.
911
*/
912
unsigned int keep_alive_period;
913
+ /** The RPU uses this value for the number of PS-POLL failures
914
+ * to switch from ps-poll power save mode to QoS null-based
915
+ * power save mode.
916
+ * MIN: 10 (default), MAX: 0xfffffffe.
917
+ * Set to 0xffffffff to disable this feature.
918
+ */
919
+ unsigned int max_ps_poll_fail_cnt;
920
+ /** Enables or disables RX STBC in HT mode.
921
+ * By default, RX STBC is enabled.
922
923
+ unsigned int stbc_enable_in_ht;
924
} __NRF_WIFI_PKD;
925
926
/**
0 commit comments