aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/rc.c
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2012-08-10 16:47:16 +0530
committerJohn W. Linville <linville@tuxdriver.com>2012-08-10 15:27:18 -0400
commitf8a87017f4a9f1638df54dd79d0f5ad1bae51c1d (patch)
treeaa6c79b87540f8ac07713584a87e486d91f95307 /drivers/net/wireless/ath/ath9k/rc.c
parentath9k: Cleanup TX status API (diff)
downloadlinux-dev-f8a87017f4a9f1638df54dd79d0f5ad1bae51c1d.tar.xz
linux-dev-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>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/rc.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/rc.c9
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 2051fac82582..cce0c516b3c4 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;