Skip to content

Commit 737ed29

Browse files
committed
wifi: iwlwifi: map iwl_context_info to the matching struct
Map iwl_context_info to the matching struct in the FW. Reviewed-by: Johannes Berg <[email protected]> Signed-off-by: Miri Korenblit <[email protected]> Link: https://patch.msgid.link/20250511195137.a7240935006e.I75e2e13421b5dac2c1bdbd01fdfd34c38f2d3d8c@changeid
1 parent 5619221 commit 737ed29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/wireless/intel/iwlwifi/iwl-context-info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ struct iwl_context_info {
179179
__le32 reserved2[16];
180180
struct iwl_context_info_dram_nonfseq dram;
181181
__le32 reserved3[16];
182-
} __packed;
182+
} __packed; /* BOOT_LOADER_CONTEXT_INFO_S */
183183

184184
int iwl_pcie_ctxt_info_init(struct iwl_trans *trans, const struct fw_img *img);
185185
void iwl_pcie_ctxt_info_free(struct iwl_trans *trans);

0 commit comments

Comments
 (0)