From: Zhu Yi Date: Wed, 9 May 2007 05:41:52 +0000 (+0800) Subject: [PATCH] mac80211: fail back to use associate from reassociate X-Git-Tag: v2.6.22-rc4~70^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f11b0f0eb2ea7562db63a01c60d398ec52d5ea46;p=pandora-kernel.git [PATCH] mac80211: fail back to use associate from reassociate Some APs have strict checking between associate and reassociate. In a case when an AP is restarted during a connection, it denies the mac80211 reassoc request since this is a new association for the AP. To fix this problem, we need to check the status code against WLAN_STATUS_REASSOC_NO_ASSOC and clear ifsta->prev_bssid_set in handling the association failure response. Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed