aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorJanusz Dziedzic <janusz.dziedzic@tieto.com>2015-11-27 09:37:17 +0100
committerKalle Valo <kvalo@qca.qualcomm.com>2015-12-08 16:51:02 +0200
commit02edab5b5f82fcb35696b2606e840a3ec87d7954 (patch)
tree3c225f592ea2bc78353149f735d27ce6abb42758 /drivers/net/wireless/ath/ath9k/ath9k.h
parentath9k: MCC, add NOA also in case of an AP (diff)
downloadlinux-dev-02edab5b5f82fcb35696b2606e840a3ec87d7954.tar.xz
linux-dev-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.h1
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;