Skip to content

Commit

Permalink
iwlwifi: additional statistic debug counter
Browse files Browse the repository at this point in the history
Add wait_for_silence_timeout_cnt to statistics_dbg structure

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
  • Loading branch information
Wey-Yi Guy committed Jul 17, 2010
1 parent 088c872 commit 7c094c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/wireless/iwlwifi/iwl-commands.h
Original file line number Diff line number Diff line change
Expand Up @@ -3035,7 +3035,8 @@ struct iwl39_statistics_tx {
struct statistics_dbg {
__le32 burst_check;
__le32 burst_count;
__le32 reserved[4];
__le32 wait_for_silence_timeout_cnt;
__le32 reserved[3];
} __attribute__ ((packed));

struct iwl39_statistics_div {
Expand Down

0 comments on commit 7c094c5

Please sign in to comment.