From: Felix Fietkau Date: Mon, 23 Nov 2009 21:21:01 +0000 (+0100) Subject: ath9k: properly use the mac80211 rate control api X-Git-Tag: v2.6.33-rc1~388^2~2^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=545750d36fa78203e28acefb4bab61ebb7c4d197;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed