mac80211: add missing channel context release
authorJohannes Berg <johannes.berg@intel.com>
Tue, 20 Aug 2013 09:28:50 +0000 (11:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Sep 2013 05:09:59 +0000 (22:09 -0700)
commit543037a3023b41ce13e98f62e1f3c2c591e00c5c
tree56a7fbdd14de6dbf93fd4cee5cc657d32200fa7e
parentece7fd7a00604ee6729e878b4d95971e1b55dfff
mac80211: add missing channel context release

commit 2a3ba63c235fdcd37f6451bdf4a0c7865a3930cf upstream.

IBSS needs to release the channel context when leaving
but I evidently missed that. Fix it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/mac80211/ibss.c