]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a22eabf062cb0fe6e0fb82d911d8bb2662a07b9
tree07d3a4cf6da15a3622dd79c1d72e0e5c9201566a
parent0c304a9c090b3fb3e3d2a71ea8226a5df9b222d8
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