mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
iwlwifi: api: fix u32 -> __le32
Even if we don't currently use this value, the firmware is putting whatever it's putting there as __le32, so fix that. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Link: https://lore.kernel.org/r/iwlwifi.20200930191738.4207116e9c7a.I6d9aa1371f9a8b4e5565236d23255b5c05c70bb3@changeid Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
b4248c08f7
commit
eb95a26c11
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ struct iwl_umac_alive {
|
|||
} __packed; /* UMAC_ALIVE_DATA_API_S_VER_2 */
|
||||
|
||||
struct iwl_sku_id {
|
||||
u32 data[3];
|
||||
__le32 data[3];
|
||||
} __packed; /* SKU_ID_API_S_VER_1 */
|
||||
|
||||
struct iwl_alive_ntf_v3 {
|
||||
|
|
Loading…
Add table
Reference in a new issue