From: Eliad Peller Date: Thu, 22 Dec 2011 23:48:06 +0000 (+0200) Subject: mac80211: always clear SDATA_STATE_OFFCHANNEL flag X-Git-Tag: v3.3-rc1~182^2~21^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e8cb72ad4b0381d79df4575ec1f5c5df2e73b9;p=pandora-kernel.git mac80211: always clear SDATA_STATE_OFFCHANNEL flag If the vif is stopped while it is offchannel (e.g. right after p2p negotiation) the SDATA_STATE_OFFCHANNEL flag is never get cleared, resulting in various bad effects (e.g. GO can't start beaconing). Fix it by clearing the SDATA_STATE_OFFCHANNEL flag even if the vif is stopped. Signed-off-by: Eliad Peller Signed-off-by: John W. Linville --- Reading git-diff-tree failed