mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 23:21:46 +00:00
ath9k: Remove MIMO-PS specific code
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
88dcc2dd71
commit
f8a87017f4
1 changed files with 0 additions and 9 deletions
|
@ -1120,15 +1120,6 @@ static void ath_rc_tx_status(struct ath_softc *sc,
|
||||||
rates[i].count);
|
rates[i].count);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
/*
|
|
||||||
* Handle the special case of MIMO PS burst, where the second
|
|
||||||
* aggregate is sent out with only one rate and one try.
|
|
||||||
* Treating it as an excessive retry penalizes the rate
|
|
||||||
* inordinately.
|
|
||||||
*/
|
|
||||||
if (rates[0].count == 1 && xretries == 1)
|
|
||||||
xretries = 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
flags = rates[final_ts_idx].flags;
|
flags = rates[final_ts_idx].flags;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue