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>
This commit is contained in:
Janusz Dziedzic
2015-11-27 09:37:17 +01:00
committed by Kalle Valo
parent a64d876ef7
commit 02edab5b5f
2 changed files with 18 additions and 2 deletions

View File

@@ -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;