From: Johannes Berg Date: Tue, 30 Jul 2013 08:11:25 +0000 (+0200) Subject: cfg80211: fix P2P GO interface teardown X-Git-Tag: v3.11-rc6~11^2~35^2^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74418edec915d0f446debebde08d170c7b8ba0ee;p=pandora-kernel.git cfg80211: fix P2P GO interface teardown When a P2P GO interface goes down, cfg80211 doesn't properly tear it down, leading to warnings later. Add the GO interface type to the enumeration to tear it down like AP interfaces. Otherwise, we leave it pending and mac80211's state can get very confused, leading to warnings later. Cc: stable@vger.kernel.org Reported-by: Ilan Peer Tested-by: Ilan Peer Reviewed-by: Emmanuel Grumbach Signed-off-by: Johannes Berg --- Reading git-diff-tree failed