Skip to content

Commit

Permalink
drivers: wifi: Update RPU patch to rev#e5135758468
Browse files Browse the repository at this point in the history
UMAC:
    Updating rpu patch version to 1.2.9.12.
    [SHEL-2690]: Added disconn_timeout variable in sys init command.

LMAC:
    [NRFX-162]:  High Average power in Idle state.
    [NRFX-178]:  Wi-Fi always active.
    [SHEL-2690]: Beacon wait timer is reduced to 20ms in DTIM wakeup.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Apr 19, 2024
1 parent 2684f2c commit ac5ae0b
Show file tree
Hide file tree
Showing 3 changed files with 6,451 additions and 6,342 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,10 @@ struct nrf_wifi_cmd_sys_init {
* If a user wishes to turn it off, they should set this parameter to 1.
*/
unsigned int disable_beamforming;
/** The RPU uses this value (in seconds) to decide how long to wait
* without receiving beacons before disconnection.
*/
unsigned int discon_timeout;
} __NRF_WIFI_PKD;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define SLEEP_DISABLE 0
#define HW_DELAY 7350
#define SW_DELAY 5000
#define BCN_TIMEOUT 40000
#define BCN_TIMEOUT 20000
#define CALIB_SLEEP_CLOCK_ENABLE 1

#define ACTIVE_SCAN_DURATION 50
Expand Down
Loading

0 comments on commit ac5ae0b

Please sign in to comment.