]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
iwlwifi: mvm: use __le16 even for reserved fields
authorJohannes Berg <johannes.berg@intel.com>
Tue, 16 May 2017 13:12:14 +0000 (15:12 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 29 Jun 2017 10:26:23 +0000 (13:26 +0300)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw-api-rx.h

index 02c321738e1ebea5d4e0086c43fd5e413b9d08b7..39b6f592a0043b74f4b74bf80ec3b73b905f7c9e 100644 (file)
@@ -569,7 +569,7 @@ struct iwl_mvm_pm_state_notification {
        u8 sta_id;
        u8 type;
        /* private: */
-       u16 reserved;
+       __le16 reserved;
 } __packed; /* PEER_PM_NTFY_API_S_VER_1 */
 
 #endif /* __fw_api_rx_h__ */