Commit 737ed29a authored by Miri Korenblit's avatar Miri Korenblit
Browse files

wifi: iwlwifi: map iwl_context_info to the matching struct

parent 5619221b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ struct iwl_context_info {
	__le32 reserved2[16];
	struct iwl_context_info_dram_nonfseq dram;
	__le32 reserved3[16];
} __packed;
} __packed; /* BOOT_LOADER_CONTEXT_INFO_S */

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