Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev#f70c48ebe70
Browse files Browse the repository at this point in the history
UMAC:
     [SHEL-2445]: Passing edge channel information to lmac.
     [SHEL-2471]: RSSI issue in LPM mode.
     [SHEL-2486]: Updating nrf_wifi_sys_params structure in
                  radiotest mode.
     [SHEL-2504]: Regulatory domain setting failed in 7001.
     [SHEL-2506]: Updating antenna gain values from RF params.
     [SHEL-2526]: Mode change from station to Monitor and back prevents
                  station from scan and connecting again.

LMAC:
     [SHEL-2470]: Incorrect RSSI measurement in LPM mode.

PHY:
     [SHEL-2406]: Disable DPD at 85 degrees.
     [SHEL-2481]: Support for applying frame format dependent edge
                  backoff in PHY firmware.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Feb 28, 2024
1 parent 3d69019 commit 4397531
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
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 @@ -741,11 +741,11 @@ struct nrf_wifi_sys_params {
#ifndef CONFIG_NRF700X_RADIO_TEST
/** MAC address of the interface */
unsigned char mac_addr[NRF_WIFI_ETH_ADDR_LEN];
#endif /* !CONFIG_NRF700X_RADIO_TEST */
/** An array containing RF & baseband control params */
unsigned char rf_params[NRF_WIFI_RF_PARAMS_SIZE];
/** Indicates whether the rf_params has a valid value */
unsigned char rf_params_valid;
#endif /* !CONFIG_NRF700X_RADIO_TEST */
} __NRF_WIFI_PKD;


Expand Down
4 changes: 2 additions & 2 deletions nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct nrf70_fw_image_info {

#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (9)
#define RPU_PATCH_VERSION (25)
#define RPU_MINOR_VERSION (10)
#define RPU_PATCH_VERSION (0)

#endif /* _PATCH_INFO_H */

0 comments on commit 4397531

Please sign in to comment.