commit | da027ca00a48715364da9a94d4b663029add528d | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni.malinen@atheros.com> | Mon Dec 15 15:44:53 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 19 15:23:23 2008 -0500 |
tree | 513ba51d4c4ad314f5ec2be8f021007f75bad1c8 | |
parent | 8d6f658e211a3c6ff808f7fc6ebb30239457eabc [diff] |
ath9k: Fix TX status reporting for retries and MCS index The count field in struct ieee80211_tx_rate does not include the final successful attempt, so only report retries here. Fix the struct ieee80211_tx_rate::idx field when MCS was used. It is supposed to be the MCS index, not an internal index to the rate control algorithm table. Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>