From: Herton Ronaldo Krzesinski Date: Fri, 21 Aug 2009 00:16:17 +0000 (-0300) Subject: rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187B X-Git-Tag: v2.6.31-rc8~45^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a9937b7f07ab6e35515e32a7625f0ba50ab7670;p=pandora-kernel.git rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187B RTL8187B always needs MSR_LINK_ENEDCA flag to be set even when it is in no link mode, otherwise it'll not be able to associate when this flag is not set after the change "mac80211: fix managed mode BSSID handling". By accident, setting BSSID of AP before association makes 8187B to successfuly associate even when ENEDCA flag isn't set, which was the case before the mac80211 change. But now the BSSID of AP we are trying to associate is only available after association is successful, and any attempt to associate without the needed flag doesn't work. Signed-off-by: Herton Ronaldo Krzesinski Tested-by: Larry Finger Acked-by: Hin-Tak Leung Signed-off-by: John W. Linville --- Reading git-diff-tree failed