ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
633e24ed95
commit
14587ce2a8
1 changed files with 2 additions and 0 deletions
|
@ -864,6 +864,8 @@ static void ath_rc_ratefind(struct ath_softc *sc,
|
||||||
rate_table, nrix, 1, 0);
|
rate_table, nrix, 1, 0);
|
||||||
ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
|
ath_rc_rate_set_series(rate_table, &rates[i++], txrc,
|
||||||
try_per_rate, nrix, 0);
|
try_per_rate, nrix, 0);
|
||||||
|
|
||||||
|
tx_info->flags |= IEEE80211_TX_CTL_RATE_CTRL_PROBE;
|
||||||
} else {
|
} else {
|
||||||
try_per_rate = (ATH_11N_TXMAXTRY/4);
|
try_per_rate = (ATH_11N_TXMAXTRY/4);
|
||||||
/* Set the choosen rate. No RTS for first series entry. */
|
/* Set the choosen rate. No RTS for first series entry. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue