commit | 545750d36fa78203e28acefb4bab61ebb7c4d197 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Nov 23 22:21:01 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Sat Nov 28 15:04:24 2009 -0500 |
tree | c9810428acf0bd673c6cd9ed74e6eb273c923842 | |
parent | 04658fba2314d6d70d5fa05c0b5995e6428aacc3 [diff] |
ath9k: properly use the mac80211 rate control api This patch changes ath9k to pass proper MCS indexes and flags between the RC and the rest of the driver code. sc->cur_rate_table remains, as it's used by the RC code internally, but the rest of the driver code no longer uses it, so a potential new RC for ath9k would not have to update it. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>