Skip to content

Commit 74ae473

Browse files
committed
drivers: wifi: Update RPU patch to release/v2.6 rev#8ab630a6022
RPU patch version update from 1.2.10.7 to 1.2.10.8. Dynamic Bandwidth Signalling firmware changes. Signed-off-by: Karun Kumar Eagalapati <[email protected]>
1 parent 5d8c893 commit 74ae473

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

nrf_wifi/fw_bins/default/nrf70.bin

724 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,8 @@ struct nrf_wifi_cmd_sys_init {
921921
* By default, RX STBC is enabled.
922922
*/
923923
unsigned int stbc_enable_in_ht;
924+
/* Enables(1) or Disables(0) Dynamic bandwidth signalling control */
925+
unsigned int dbs_war_ctrl;
924926
} __NRF_WIFI_PKD;
925927

926928
/**

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 (7)
60+
#define RPU_PATCH_VERSION (8)
6161

6262
#endif /* _PATCH_INFO_H */

0 commit comments

Comments
 (0)