diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-07-06 13:39:32 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-07-17 10:37:34 -0400 |
commit | 7c094c5cc4d28062abf0d33ca022dbea6c522558 (patch) | |
tree | 186bb979d38dc442df9a084f8bc6941f39473a59 /drivers | |
parent | 088c87262bbc39a01ebcd70817d35616785908b1 (diff) |
iwlwifi: additional statistic debug counter
Add wait_for_silence_timeout_cnt to statistics_dbg structure
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-commands.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-commands.h b/drivers/net/wireless/iwlwifi/iwl-commands.h index 74ad10f830c5..83247f7e019c 100644 --- a/drivers/net/wireless/iwlwifi/iwl-commands.h +++ b/drivers/net/wireless/iwlwifi/iwl-commands.h | |||
@@ -3035,7 +3035,8 @@ struct iwl39_statistics_tx { | |||
3035 | struct statistics_dbg { | 3035 | struct statistics_dbg { |
3036 | __le32 burst_check; | 3036 | __le32 burst_check; |
3037 | __le32 burst_count; | 3037 | __le32 burst_count; |
3038 | __le32 reserved[4]; | 3038 | __le32 wait_for_silence_timeout_cnt; |
3039 | __le32 reserved[3]; | ||
3039 | } __attribute__ ((packed)); | 3040 | } __attribute__ ((packed)); |
3040 | 3041 | ||
3041 | struct iwl39_statistics_div { | 3042 | struct iwl39_statistics_div { |