aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index e04835cb21b5..12069aac1d6c 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -206,7 +206,7 @@ int ath_set_channel(struct ath_softc *sc, struct ieee80211_hw *hw,
206 r = ath9k_hw_reset(ah, hchan, fastcc); 206 r = ath9k_hw_reset(ah, hchan, fastcc);
207 if (r) { 207 if (r) {
208 ath_print(common, ATH_DBG_FATAL, 208 ath_print(common, ATH_DBG_FATAL,
209 "Unable to reset channel (%u Mhz) " 209 "Unable to reset channel (%u MHz), "
210 "reset status %d\n", 210 "reset status %d\n",
211 channel->center_freq, r); 211 channel->center_freq, r);
212 spin_unlock_bh(&sc->sc_resetlock); 212 spin_unlock_bh(&sc->sc_resetlock);
@@ -869,7 +869,7 @@ void ath_radio_enable(struct ath_softc *sc, struct ieee80211_hw *hw)
869 r = ath9k_hw_reset(ah, ah->curchan, false); 869 r = ath9k_hw_reset(ah, ah->curchan, false);
870 if (r) { 870 if (r) {
871 ath_print(common, ATH_DBG_FATAL, 871 ath_print(common, ATH_DBG_FATAL,
872 "Unable to reset channel %u (%uMhz) ", 872 "Unable to reset channel (%u MHz), "
873 "reset status %d\n", 873 "reset status %d\n",
874 channel->center_freq, r); 874 channel->center_freq, r);
875 } 875 }
@@ -924,7 +924,7 @@ void ath_radio_disable(struct ath_softc *sc, struct ieee80211_hw *hw)
924 r = ath9k_hw_reset(ah, ah->curchan, false); 924 r = ath9k_hw_reset(ah, ah->curchan, false);
925 if (r) { 925 if (r) {
926 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL, 926 ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_FATAL,
927 "Unable to reset channel %u (%uMhz) " 927 "Unable to reset channel (%u MHz), "
928 "reset status %d\n", 928 "reset status %d\n",
929 channel->center_freq, r); 929 channel->center_freq, r);
930 } 930 }