From: Eliad Peller Date: Mon, 2 Jul 2012 12:08:25 +0000 (+0300) Subject: mac80211: always set in_reconfig=false on wakeup X-Git-Tag: v3.6-rc1~125^2~57^2~208^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62094889f7bb0b3343d5404c9d139d2fb1712bb;p=pandora-kernel.git mac80211: always set in_reconfig=false on wakeup If the interfaces were removed just before a restart work was started, open_count will be 0, and most of the reconfig work will be skipped, including the resetting of local->in_reconfig to false. Leaving local->inconfig = true will result in dropping any incoming packet. Fix it by always setting local->in_reconfig = false (even if there are no active interfaces). Signed-off-by: Eliad Peller Signed-off-by: Johannes Berg --- Reading git-diff-tree failed