From: Luciano Coelho Date: Fri, 11 Dec 2009 13:40:49 +0000 (+0200) Subject: wl1271: use the correct macro when setting the basic rates X-Git-Tag: v2.6.34-rc1~233^2~682^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9b40fac6983ab30e8b5019a5d2abda200c89d5;p=pandora-kernel.git wl1271: use the correct macro when setting the basic rates We were using CONF_TX_RATE_MASK_ALL when calling wl1271_acx_rate_policies() during init. We should use WL1271_DEFAULT_BASIC_RATE_SET instead. The values are the same, but the latter is just the correct macro to use. Signed-off-by: Luciano Coelho Reviewed-by: Juuso Oikarinen Signed-off-by: John W. Linville --- Reading git-diff-tree failed