From: Moshe Benji Date: Mon, 3 Jun 2013 16:27:16 +0000 (+0300) Subject: iwlwifi: fix rate control regression X-Git-Tag: v3.10~13^2~34^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=622ebe994f6866b8d46ee5d3bcc329ed65d3722d;p=pandora-kernel.git iwlwifi: fix rate control regression Since driver does not use control.rates[0].count, we have never set that variable. But currently, after rate control API rewrite, this is required by mac80211. Otherwise legacy rates control does not work and we transmit always at 1Mbit/s on pre 11n networks. [same fix as for iwlegacy, thanks Stanislaw!] Signed-off-by: Moshe Benji Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed