Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev#ff06137d3d7
Browse files Browse the repository at this point in the history
UMAC:
     Updated the rpu path version to 1.2.10.5.
     [SHEL-2789] : Payload maximum value is always 70 in monitor mode.
LMAC:
     [SHEL-2790] : Not able to filter for specific packet types
                   in monitor mode.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Jun 3, 2024
1 parent 9adb63b commit 3293503
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.
4 changes: 2 additions & 2 deletions 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 @@ -1174,7 +1174,7 @@ struct nrf_wifi_cmd_raw_config_filter {
/** Wireless device operating mode filters for Promiscuous/Monitor modes. */
unsigned char filter;
/** capture length. */
unsigned char capture_len;
unsigned short capture_len;
} __NRF_WIFI_PKD;

/**
Expand Down Expand Up @@ -1277,7 +1277,7 @@ struct nrf_wifi_event_raw_config_filter {
/** mode filter configured. */
unsigned char filter;
/** capture len configured. */
unsigned char capture_len;
unsigned short capture_len;
/** status of the set raw filter command, success(0)/Fail(-1). */
int status;
} __NRF_WIFI_PKD;
Expand Down
2 changes: 1 addition & 1 deletion nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ struct nrf70_fw_image_info {
#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (10)
#define RPU_PATCH_VERSION (4)
#define RPU_PATCH_VERSION (5)

#endif /* _PATCH_INFO_H */

0 comments on commit 3293503

Please sign in to comment.