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

Commit ac9ccb8b authored by Yangtao Li's avatar Yangtao Li Committed by Kalle Valo
Browse files

iwlegacy: fix small typo

parent f4bd758f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -781,7 +781,7 @@ il3945_rs_get_rate(void *il_r, struct ieee80211_sta *sta, void *il_sta,

	switch (scale_action) {
	case -1:
		/* Decrese rate */
		/* Decrease rate */
		if (low != RATE_INVALID)
			idx = low;
		break;