iwlwifi: mvm: use u8 for reserved fields
authorJohannes Berg <johannes.berg@intel.com>
Mon, 13 Mar 2017 11:47:37 +0000 (12:47 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 2 Jun 2017 11:07:49 +0000 (14:07 +0300)
There's no saying what kind of type a reserved field will
get in the future, so use u8 arrays to reserve space.

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-stats.h
drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h

index 6371c34..809ec1b 100644 (file)
@@ -72,7 +72,7 @@ struct mvm_statistics_dbg {
        __le32 burst_check;
        __le32 burst_count;
        __le32 wait_for_silence_timeout_cnt;
-       __le32 reserved[3];
+       u8 reserved[12];
 } __packed; /* STATISTICS_DEBUG_API_S_VER_2 */
 
 struct mvm_statistics_div {
index 8e4919a..69f3065 100644 (file)
@@ -1612,7 +1612,7 @@ struct iwl_mcc_update_cmd {
        u8 source_id;
        u8 reserved;
        __le32 key;
-       __le32 reserved2[5];
+       u8 reserved2[20];
 } __packed; /* LAR_UPDATE_MCC_CMD_API_S_VER_2 */
 
 /**
@@ -2196,7 +2196,7 @@ struct iwl_link_qual_msrmnt_notif {
        __le32 tx_frame_dropped;
        __le32 mac_id;
        __le32 status;
-       __le32 reserved[3];
+       u8 reserved[12];
 } __packed; /* LQM_MEASUREMENT_COMPLETE_NTF_API_S_VER1 */
 
 /**