ath9k: fix typo
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Thu, 18 Dec 2014 23:18:14 +0000 (00:18 +0100)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 24 Dec 2014 17:14:44 +0000 (19:14 +0200)
Fix typo

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath9k/xmit.c

index e9bd02c..52d63de 100644 (file)
@@ -1106,7 +1106,7 @@ static u8 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf,
                return MAX_RATE_POWER;
 
        if (!AR_SREV_9300_20_OR_LATER(ah)) {
-               /* ar9002 is not sipported for the moment */
+               /* ar9002 does not support TPC for the moment */
                return MAX_RATE_POWER;
        }