diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2012-08-10 16:47:16 +0530 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-08-10 15:27:18 -0400 |
commit | f8a87017f4a9f1638df54dd79d0f5ad1bae51c1d (patch) | |
tree | aa6c79b87540f8ac07713584a87e486d91f95307 | |
parent | 88dcc2dd717b292d1ef7311a6487c610f709bd10 (diff) | |
download | linux-3.10-f8a87017f4a9f1638df54dd79d0f5ad1bae51c1d.tar.gz linux-3.10-f8a87017f4a9f1638df54dd79d0f5ad1bae51c1d.tar.bz2 linux-3.10-f8a87017f4a9f1638df54dd79d0f5ad1bae51c1d.zip |
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>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/rc.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath9k/rc.c b/drivers/net/wireless/ath/ath9k/rc.c index 2051fac8258..cce0c516b3c 100644 --- a/drivers/net/wireless/ath/ath9k/rc.c +++ b/drivers/net/wireless/ath/ath9k/rc.c @@ -1120,15 +1120,6 @@ static void ath_rc_tx_status(struct ath_softc *sc, 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; |