Skip to content

Commit

Permalink
nrf_wifi: Add length to the header
Browse files Browse the repository at this point in the history
This is needed for integrity check.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Nov 28, 2023
1 parent 6f886bd commit d820dcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified nrf_wifi/fw_bins/default/nrf70.bin
Binary file not shown.
1 change: 1 addition & 0 deletions nrf_wifi/fw_if/umac_if/inc/fw/patch_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ struct nrf70_fw_image_info {
unsigned int num_images;
unsigned int version;
unsigned int feature_flags;
unsigned int len;
/* Protects against image corruption */
unsigned char hash[NRF_WIFI_PATCH_HASH_LEN];
unsigned char data[];
Expand Down

0 comments on commit d820dcd

Please sign in to comment.