diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-commands.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 3320cce3d57b..8dc34a3d4f7e 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -3095,7 +3095,12 @@ struct statistics_general { | |||
3095 | __le32 ttl_timestamp; | 3095 | __le32 ttl_timestamp; |
3096 | struct statistics_div div; | 3096 | struct statistics_div div; |
3097 | __le32 rx_enable_counter; | 3097 | __le32 rx_enable_counter; |
3098 | __le32 reserved1; | 3098 | /* |
3099 | * num_of_sos_states: | ||
3100 | * count the number of times we have to re-tune | ||
3101 | * in order to get out of bad PHY status | ||
3102 | */ | ||
3103 | __le32 num_of_sos_states; | ||
3099 | __le32 reserved2; | 3104 | __le32 reserved2; |
3100 | __le32 reserved3; | 3105 | __le32 reserved3; |
3101 | } __attribute__ ((packed)); | 3106 | } __attribute__ ((packed)); |