cfg80211/mac80211: allow management frame TX in AP mode
authorJohannes Berg <johannes.berg@intel.com>
Thu, 30 Sep 2010 19:06:09 +0000 (21:06 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 5 Oct 2010 17:35:23 +0000 (13:35 -0400)
commit663fcafd977f13e6483f7d4cf2ccdbc4fae81ed0
treeb1c74fe389dff24d94c95eaeb3a52932f6671007
parent4bd530f3ab51c7d656bca29d927a50e5aa87175e
cfg80211/mac80211: allow management frame TX in AP mode

Enable management frame transmission and subscribing
to management frames through nl80211 in both cfg80211
and mac80211. Also update a few places that I forgot
to update for P2P-client mode previously, and fix a
small bug with non-action frames in this API.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c
net/wireless/mlme.c
net/wireless/nl80211.c