mac80211: implement off-channel mgmt TX
authorJohannes Berg <johannes.berg@intel.com>
Thu, 25 Nov 2010 09:02:30 +0000 (10:02 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 29 Nov 2010 20:24:35 +0000 (15:24 -0500)
commitf30221e4ec62d905b56d5e8f7ccab6b406a97cf5
tree07d3a4cf6da15a3622dd79c1d72e0e5c9201566a
parentf7ca38dfe58c20cb1aa2ed9643187e8b194b5bae
mac80211: implement off-channel mgmt TX

This implements the new off-channel TX API
in mac80211 with a new work item type. The
operation doesn't add a new work item when
we're on the right channel and there's no
wait time so that for example p2p probe
responses will be transmitted without delay.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/cfg.c
net/mac80211/ieee80211_i.h
net/mac80211/status.c
net/mac80211/work.c