Skip to content

Commit dc25a0a

Browse files
karun2796rlubos
authored andcommitted
drivers: wifi: Update RPU patch to release/v2.6 rev#XXXXXXXXX
[SHEL-3432] : Run time options to enable STBC and QOS null based power save. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent 8167cf2 commit dc25a0a

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

nrf_wifi/fw_bins/default/nrf70.bin

100 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.

nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,17 @@ struct nrf_wifi_cmd_sys_init {
910910
* alive frame.
911911
*/
912912
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;
913924
} __NRF_WIFI_PKD;
914925

915926
/**

0 commit comments

Comments
 (0)