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 07:17:16 -0400
committerJohn W. Linville <linville@tuxdriver.com>2012-08-10 15:27:18 -0400
commitf8a87017f4a9f1638df54dd79d0f5ad1bae51c1d (patch)
treeaa6c79b87540f8ac07713584a87e486d91f95307 /drivers/net/wireless/ath/ath9k/rc.c
parent88dcc2dd717b292d1ef7311a6487c610f709bd10 (diff)
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,
1120 rates[i].count); 1120 rates[i].count);
1121 } 1121 }
1122 } 1122 }
1123 } else {
1124 /*
1125 * Handle the special case of MIMO PS burst, where the second
1126 * aggregate is sent out with only one rate and one try.
1127 * Treating it as an excessive retry penalizes the rate
1128 * inordinately.
1129 */
1130 if (rates[0].count == 1 && xretries == 1)
1131 xretries = 2;
1132 } 1123 }
1133 1124
1134 flags = rates[final_ts_idx].flags; 1125 flags = rates[final_ts_idx].flags;