From: Lennert Buytenhek Date: Mon, 30 Nov 2009 17:13:56 +0000 (+0100) Subject: mwl8k: don't overwrite mwl8k_vif::bssid until after disassociation X-Git-Tag: v2.6.33-rc1~299^2~44^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1844d77692de3158ad458ed4c7b86d78ab4085e;p=pandora-kernel.git mwl8k: don't overwrite mwl8k_vif::bssid until after disassociation When disassociating, mac80211 zeroes vif->bss_info.bssid before calling our ->bss_info_changed(), but we need the BSSID to remove the hardware station database entry for our AP, so we can't clear our local copy of the BSSID until after we've done that. Signed-off-by: Lennert Buytenhek Signed-off-by: John W. Linville --- Reading git-diff-tree failed