diff options
author | Zefir Kurtisi <zefir.kurtisi@neratec.com> | 2014-05-23 19:22:37 +0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-29 21:08:10 +0400 |
commit | 3f3c09f38b3a1db37760cf1f5767ab1ad8015712 (patch) | |
tree | 690681c090252da93419a5d6784899992ba361b0 /drivers/net/wireless/ath/ath9k/ath9k.h | |
parent | d6755bd4fb411035ec7cf0dc6dfa1bc448e35d62 (diff) | |
download | linux-3f3c09f38b3a1db37760cf1f5767ab1ad8015712.tar.xz |
ath9k: simplify DFS pulse interval debug printing
Make DFS pulse interval calculation independent
from CONFIG_ATH9K_DEBUGFS.
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: John W. Linville <linville@tuxdriver.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 b20469425865..2ca8f7e06174 100644 --- a/drivers/net/wireless/ath/ath9k/ath9k.h +++ b/drivers/net/wireless/ath/ath9k/ath9k.h @@ -770,6 +770,7 @@ struct ath_softc { struct ath_ant_comb ant_comb; u8 ant_tx, ant_rx; struct dfs_pattern_detector *dfs_detector; + u64 dfs_prev_pulse_ts; u32 wow_enabled; /* relay(fs) channel for spectral scan */ struct rchan *rfs_chan_spec_scan; |