Skip to content

Commit

Permalink
ath9k: Remove MIMO-PS specific code
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Sujith Manoharan authored and John W. Linville committed Aug 10, 2012
1 parent 88dcc2d commit f8a8701
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f8a8701

Please sign in to comment.