From: Johannes Berg Date: Thu, 13 Dec 2012 16:16:45 +0000 (+0100) Subject: mac80211: clean up association better in suspend X-Git-Tag: v3.9-rc1~139^2~242^2^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529ba6e9313dbe60dab7e72c6fdf647a012e9f5b;p=pandora-kernel.git mac80211: clean up association better in suspend When suspending, bss_info_changed() is called to disable beacons, but managed mode interfaces are simply removed (bss_info_changed() is called with "no change" only). This can lead to problems. To fix this and copy the BSS configuration, clear it during suspend and restore it on resume. Signed-off-by: Johannes Berg --- Reading git-diff-tree failed