]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: support direct offchannel TX offload
authorJohannes Berg <johannes.berg@intel.com>
Fri, 25 Feb 2011 14:36:57 +0000 (15:36 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 25 Feb 2011 20:33:40 +0000 (15:33 -0500)
commit9b7df6bf61ffe46750b1f72d007ef61e6a75dce6
treeadd5e551c9d1abeee57b1fbad632a0e23bdd39b1
parentaa64d4e5cb80de18b653aa5cda98685d5f72d8fe
mac80211: support direct offchannel TX offload

For devices supported by iwlwifi sometimes
off-channel transmissions need to be handled
by the device completely. To support this
mac80211 needs to pass the frame directly
to the driver and not through the TX path
as the driver needs the frame and channel
information at the same time.

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