Skip to content

Commit bb09f45

Browse files
committed
drivers: wifi: Update RPU patch to release/v2.6 rev#c9e6498569c
RPU patch version update from 1.2.10.8 to 1.2.10.9. Dynamic Bandwidth Signalling firmware changes for updating reason code during disconnect due to DBS AP and due to netwrok lost. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent eb07395 commit bb09f45

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

nrf_wifi/fw_bins/default/nrf70.bin

232 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ struct nrf_wifi_cmd_sys_init {
922922
*/
923923
unsigned int stbc_enable_in_ht;
924924
/* Enables(1) or Disables(0) Dynamic bandwidth signalling control */
925-
unsigned int dms_war_ctrl;
925+
unsigned int dbs_war_ctrl;
926926
} __NRF_WIFI_PKD;
927927

928928
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ struct nrf70_fw_image_info {
5757
#define RPU_FAMILY (1)
5858
#define RPU_MAJOR_VERSION (2)
5959
#define RPU_MINOR_VERSION (10)
60-
#define RPU_PATCH_VERSION (8)
60+
#define RPU_EXTRA_VERSION (9)
6161

6262
#endif /* _PATCH_INFO_H */

0 commit comments

Comments
 (0)