Skip to content

Commit

Permalink
drivers: wifi: Update RPU patch to release/v2.6 rev#25e515e2494
Browse files Browse the repository at this point in the history
*Checking IRQ status before entering sleep mode upon receiving
 the sleep event from LMAC.
*[SHEL-2694] : Power save enabled behavior with wmm mode.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Sep 6, 2024
1 parent fa59779 commit 47e6257
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified nrf_wifi/fw_bins/default/nrf70.bin
Binary file not shown.
Binary file modified nrf_wifi/fw_bins/radio_test/nrf70.bin
Binary file not shown.
Binary file modified nrf_wifi/fw_bins/scan_only/nrf70.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion nrf_wifi/fw_if/umac_if/inc/fw/host_rpu_sys_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ enum op_band {
* @brief This enum defines keep alive state
*
*/
enum keep_alive_status {
enum nrf_wifi_keep_alive_status {
/** Keep alive feature disabled */
KEEP_ALIVE_DISABLED = 0,
/** Keep alive feature enabled */
Expand Down

0 comments on commit 47e6257

Please sign in to comment.