Fix typo

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Этот коммит содержится в:
Lorenzo Bianconi
2014-12-19 00:18:14 +01:00
коммит произвёл Kalle Valo
родитель 8718389b1c
Коммит 354f473ee2

Просмотреть файл

@@ -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;
}