diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/debug.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index 1f9f8eada46..5488a324cc1 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h @@ -54,6 +54,9 @@ struct ath_buf;   * @dtimsync: DTIM sync lossage   * @dtim: RX Beacon with DTIM   * @bb_watchdog: Baseband watchdog + * @tsfoor: TSF out of range, indicates that the corrected TSF received + * from a beacon differs from the PCU's internal TSF by more than a + * (programmable) threshold   */  struct ath_interrupt_stats {  	u32 total; @@ -78,6 +81,7 @@ struct ath_interrupt_stats {  	u32 dtimsync;  	u32 dtim;  	u32 bb_watchdog; +	u32 tsfoor;  };  /**  |