From: Johannes Berg Date: Wed, 7 Mar 2012 17:52:42 +0000 (-0800) Subject: iwlwifi: don't delete AP station directly X-Git-Tag: v3.4-rc1~177^2~108^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=974205153be8944539890084a170e3ad407164bc;p=pandora-kernel.git iwlwifi: don't delete AP station directly With the mac80211 deauth sequence changes, the station is deleted before the device is set unassociated. This can cause the device to get confused as it expects the station to be there while the associated bit is set. To fix this, do not delete the AP station from the device when mac80211 asks for deletion, instead just mark it as unused and rely on the unassociated RXON to drop it from the station database in the device. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed