diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 449d41f058b8..9aab020c474b 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -3127,6 +3127,11 @@ struct statistics_tx { | |||
3127 | __le32 cts_timeout_collision; | 3127 | __le32 cts_timeout_collision; |
3128 | __le32 ack_or_ba_timeout_collision; | 3128 | __le32 ack_or_ba_timeout_collision; |
3129 | struct statistics_tx_non_phy_agg agg; | 3129 | struct statistics_tx_non_phy_agg agg; |
3130 | /* | ||
3131 | * "tx_power" are optional parameters provided by uCode, | ||
3132 | * 6000 series is the only device provide the information, | ||
3133 | * Those are reserved fields for all the other devices | ||
3134 | */ | ||
3130 | struct statistics_tx_power tx_power; | 3135 | struct statistics_tx_power tx_power; |
3131 | __le32 reserved1; | 3136 | __le32 reserved1; |
3132 | } __attribute__ ((packed)); | 3137 | } __attribute__ ((packed)); |