diff options
author | Janusz Dziedzic <janusz.dziedzic@tieto.com> | 2015-11-27 09:37:17 +0100 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2015-12-08 16:51:02 +0200 |
commit | 02edab5b5f82fcb35696b2606e840a3ec87d7954 (patch) | |
tree | 3c225f592ea2bc78353149f735d27ce6abb42758 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | a64d876ef7dc33a7e3c52b06db2c2a55ff8ac785 (diff) | |
download | linux-02edab5b5f82fcb35696b2606e840a3ec87d7954.tar.gz linux-02edab5b5f82fcb35696b2606e840a3ec87d7954.tar.bz2 linux-02edab5b5f82fcb35696b2606e840a3ec87d7954.zip |
ath9k: MCC, print time elapsed between events
This is useful for MCC debugging and bug fixing.
Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ath9k.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h index b42f4a963ef4..acc21f60f36b 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -981,6 +981,7 @@ struct ath_softc { struct ath_offchannel offchannel; struct ath_chanctx *next_chan; struct completion go_beacon; + struct timespec last_event_time; #endif unsigned long driver_data; |