]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ath9k: add fastcc to debug print for channel change
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 30 Jul 2010 02:56:22 +0000 (22:56 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 16 Aug 2010 19:26:13 +0000 (15:26 -0400)
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>
drivers/net/wireless/ath/ath9k/main.c

index 3caa32316e7b4567c5cbb7372aef8330b8d2a747..2ab3df22fbb587a0f73e2acaef51c6b7545a3981 100644 (file)
@@ -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);