From: Johannes Berg Date: Wed, 27 Mar 2013 22:24:53 +0000 (+0100) Subject: mac80211: fix do_stop handling while suspended X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~43^2^2~98^2~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c0958b203784659e230bde6bd553d7c37bb4d2;p=pandora-kernel.git mac80211: fix do_stop handling while suspended When a device is unplugged while suspended, mac80211 is de-initialized and all interfaces are removed while no state is actually present in the driver. This can cause warnings and driver confusion. Fix this by reordering the do_stop code to not call the driver when it is suspended, i.e. when there's no state in the driver anyway. The previous patches removed a few corner cases in ROC and virtual monitor interfaces so that now this is safe to do and no state should be left over. Reported-by: Stanislaw Gruszka Signed-off-by: Johannes Berg --- Reading git-diff-tree failed