Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 354f473e authored by Lorenzo Bianconi's avatar Lorenzo Bianconi Committed by Kalle Valo
Browse files

ath9k: fix typo

parent 8718389b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}