Commit 7c094c5c authored by Wey-Yi Guy's avatar Wey-Yi Guy

iwlwifi: additional statistic debug counter

Add wait_for_silence_timeout_cnt to statistics_dbg structure
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 088c8726
...@@ -3035,7 +3035,8 @@ struct iwl39_statistics_tx { ...@@ -3035,7 +3035,8 @@ struct iwl39_statistics_tx {
struct statistics_dbg { struct statistics_dbg {
__le32 burst_check; __le32 burst_check;
__le32 burst_count; __le32 burst_count;
__le32 reserved[4]; __le32 wait_for_silence_timeout_cnt;
__le32 reserved[3];
} __attribute__ ((packed)); } __attribute__ ((packed));
struct iwl39_statistics_div { struct iwl39_statistics_div {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment