summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez2010-07-30 04:56:22 +0200
committerJohn W. Linville2010-08-16 21:26:13 +0200
commit1e51b2ff0a33797476932a68d36136921e4e1b05 (patch)
treee241f1d1dc03eda5f2f5df2b619f8ca5de1206d6 /drivers/net/wireless/ath/ath9k/main.c
parentmac80211: fix driver offchannel notification when the channel does not change (diff)
downloadkernel-qcow2-linux-1e51b2ff0a33797476932a68d36136921e4e1b05.tar.gz
kernel-qcow2-linux-1e51b2ff0a33797476932a68d36136921e4e1b05.tar.xz
kernel-qcow2-linux-1e51b2ff0a33797476932a68d36136921e4e1b05.zip
ath9k: add fastcc to debug print for channel change
This helps us debug channel changes better. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index 3caa32316e7b..2ab3df22fbb5 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -226,9 +226,10 @@ int ath_set_channel(struct ath_softc *sc, struct ieee80211_hw *hw,
caldata = &aphy->caldata;
ath_print(common, ATH_DBG_CONFIG,
- "(%u MHz) -> (%u MHz), conf_is_ht40: %d\n",
+ "(%u MHz) -> (%u MHz), conf_is_ht40: %d fastcc: %d\n",
sc->sc_ah->curchan->channel,
- channel->center_freq, conf_is_ht40(conf));
+ channel->center_freq, conf_is_ht40(conf),
+ fastcc);
spin_lock_bh(&sc->sc_resetlock);