aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h
index 28f3800c560e..6bfc63f54b5e 100644
--- a/drivers/net/wireless/iwlwifi/iwl-commands.h
+++ b/drivers/net/wireless/iwlwifi/iwl-commands.h
@@ -2984,7 +2984,7 @@ struct statistics_rx_ht_phy {
2984 __le32 agg_crc32_good; 2984 __le32 agg_crc32_good;
2985 __le32 agg_mpdu_cnt; 2985 __le32 agg_mpdu_cnt;
2986 __le32 agg_cnt; 2986 __le32 agg_cnt;
2987 __le32 reserved2; 2987 __le32 unsupport_mcs;
2988} __attribute__ ((packed)); 2988} __attribute__ ((packed));
2989 2989
2990#define INTERFERENCE_DATA_AVAILABLE cpu_to_le32(1) 2990#define INTERFERENCE_DATA_AVAILABLE cpu_to_le32(1)
@@ -3087,8 +3087,8 @@ struct statistics_div {
3087} __attribute__ ((packed)); 3087} __attribute__ ((packed));
3088 3088
3089struct statistics_general { 3089struct statistics_general {
3090 __le32 temperature; 3090 __le32 temperature; /* radio temperature */
3091 __le32 temperature_m; 3091 __le32 temperature_m; /* for 5000 and up, this is radio voltage */
3092 struct statistics_dbg dbg; 3092 struct statistics_dbg dbg;
3093 __le32 sleep_time; 3093 __le32 sleep_time;
3094 __le32 slots_out; 3094 __le32 slots_out;