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

Commit 14587ce2 authored by Vasanthakumar Thiagarajan's avatar Vasanthakumar Thiagarajan Committed by John W. Linville
Browse files

ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate

parent 633e24ed
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -864,6 +864,8 @@ static void ath_rc_ratefind(struct ath_softc *sc,
					  rate_table, nrix, 1, 0);
		ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
				       try_per_rate, nrix, 0);

		tx_info->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
	} else {
		try_per_rate = (ATH_11N_TXMAXTRY/4);
		/* Set the choosen rate. No RTS for first series entry. */