From: Ben Greear Date: Wed, 20 Mar 2013 00:50:50 +0000 (-0700) Subject: mac80211: Don't restart sta-timer if not associated. X-Git-Tag: v3.9-rc6~38^2~18^2^2~9^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370bd005937c0e00f9104a602f9fe1dd6b21b54b;p=pandora-kernel.git mac80211: Don't restart sta-timer if not associated. I found another crash when deleting lots of virtual stations in a congested environment. I think the problem is that the ieee80211_mlme_notify_scan_completed could call ieee80211_restart_sta_timer for a stopped interface that was about to be deleted. With the following patch I am unable to reproduce the crash. Signed-off-by: Ben Greear [move check, also make the same change in mesh] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed