]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
ath9k: Remove MIMO-PS specific code
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Fri, 10 Aug 2012 11:17:16 +0000 (16:47 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 10 Aug 2012 19:27:18 +0000 (15:27 -0400)
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/rc.c

index 2051fac8258227f03bec2e7b429b00d9244bf2c7..cce0c516b3c4bf37f04933ec4a05989600d6f482 100644 (file)
@@ -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;