diff options
author | Andrew Blaich <ablaich@gmail.com> | 2010-03-01 16:30:40 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-03-10 23:44:46 +0100 |
commit | e9f08381cb117d66ad14474228ce02a27d6f62ae (patch) | |
tree | 865bd2b54535d65a70ecbb48575df4c077004661 /kernel | |
parent | ath9k: fix rate control tx status handling for A-MPDU (diff) | |
download | linux-e9f08381cb117d66ad14474228ce02a27d6f62ae.tar.xz linux-e9f08381cb117d66ad14474228ce02a27d6f62ae.zip |
ath5k: fixing retries in ath5k_hw_setup_4word_tx_desc
The rate control algorithm, default is Minstrel for ath5k, determines
the number of retries to use for each rate. However, there exists in
ath5k_hw_setup_4word_tx_desc (which is called for AR5212 like devices)
a set number of retries defined by AR5K_TUNE_HWTXTRIES. The set
number of tries is added to the tx_tries0 variable setup by the rate
control algorithm. This changes the number of retries the rate
control algorithm considers necessary. By removing the
AR5K_TUNE_HWTXTRIES from the retry calculation the rate control
algorithm is given control over the number of retries.
Signed-off-by: Andrew Blaich <ablaich@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions