diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/rc.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/rc.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c index d8dcaab1829..2061a755a02 100644 --- a/drivers/net/wireless/ath/ath9k/rc.c +++ b/drivers/net/wireless/ath/ath9k/rc.c | |||
@@ -1184,7 +1184,7 @@ struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc, | |||
1184 | return &ar5416_11na_ratetable; | 1184 | return &ar5416_11na_ratetable; |
1185 | return &ar5416_11a_ratetable; | 1185 | return &ar5416_11a_ratetable; |
1186 | default: | 1186 | default: |
1187 | ath_print(common, ATH_DBG_CONFIG, "Invalid band\n"); | 1187 | ath_dbg(common, ATH_DBG_CONFIG, "Invalid band\n"); |
1188 | return NULL; | 1188 | return NULL; |
1189 | } | 1189 | } |
1190 | } | 1190 | } |
@@ -1259,9 +1259,9 @@ static void ath_rc_init(struct ath_softc *sc, | |||
1259 | ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4]; | 1259 | ath_rc_priv->rate_max_phy = ath_rc_priv->valid_rate_index[k-4]; |
1260 | ath_rc_priv->rate_table = rate_table; | 1260 | ath_rc_priv->rate_table = rate_table; |
1261 | 1261 | ||
1262 | ath_print(common, ATH_DBG_CONFIG, | 1262 | ath_dbg(common, ATH_DBG_CONFIG, |
1263 | "RC Initialized with capabilities: 0x%x\n", | 1263 | "RC Initialized with capabilities: 0x%x\n", |
1264 | ath_rc_priv->ht_cap); | 1264 | ath_rc_priv->ht_cap); |
1265 | } | 1265 | } |
1266 | 1266 | ||
1267 | static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta, | 1267 | static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta, |
@@ -1463,9 +1463,9 @@ static void ath_rate_update(void *priv, struct ieee80211_supported_band *sband, | |||
1463 | oper_cw40, oper_sgi); | 1463 | oper_cw40, oper_sgi); |
1464 | ath_rc_init(sc, priv_sta, sband, sta, rate_table); | 1464 | ath_rc_init(sc, priv_sta, sband, sta, rate_table); |
1465 | 1465 | ||
1466 | ath_print(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFIG, | 1466 | ath_dbg(ath9k_hw_common(sc->sc_ah), ATH_DBG_CONFIG, |
1467 | "Operating HT Bandwidth changed to: %d\n", | 1467 | "Operating HT Bandwidth changed to: %d\n", |
1468 | sc->hw->conf.channel_type); | 1468 | sc->hw->conf.channel_type); |
1469 | } | 1469 | } |
1470 | } | 1470 | } |
1471 | } | 1471 | } |