Skip to content

Commit

Permalink
nrf_wifi: Update RPU patch to rev #e62cb70d505
Browse files Browse the repository at this point in the history
UMAC:
    RPU patch version updated to 1.2.10.1.
    [SHEL-2020]: RTS functionality Failure in Legacy mode.
    [SHEL-2586]: Skipping channel programming in Radio test Tx test.
    [SHEL-2596]: Merging Get regulatory changes to radio test patch.

LMAC:
    [SHEL-2570]: Invalid rate flags and rate combination.

Signed-off-by: Karun Kumar Eagalapati <[email protected]>
  • Loading branch information
karun2796 committed Mar 19, 2024
1 parent 2d90eef commit 66306f7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 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_umac_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@ struct nrf_wifi_umac_set_wiphy_info {
/** RTS threshold, TX frames with length larger than or equal to this use RTS/CTS handshake
* allowed range: 0..65536, disable with -1.
*/
unsigned int rts_threshold;
int rts_threshold;
/** Fragmentation threshold, maximum length in octets for frames.
* allowed range: 256..8000, disable fragmentation with (u32)-1.
*/
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 @@ -58,6 +58,6 @@ struct nrf70_fw_image_info {
#define RPU_FAMILY (1)
#define RPU_MAJOR_VERSION (2)
#define RPU_MINOR_VERSION (10)
#define RPU_PATCH_VERSION (0)
#define RPU_PATCH_VERSION (1)

#endif /* _PATCH_INFO_H */

0 comments on commit 66306f7

Please sign in to comment.