]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: support radiotap vendor namespace RX data
authorJohannes Berg <johannes.berg@intel.com>
Fri, 16 Nov 2012 09:09:08 +0000 (10:09 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 19 Nov 2012 14:45:46 +0000 (15:45 +0100)
commitd63bdf11f8045950ca64692a261f6e8c651ee80e
treea0e6c4e1d69ac776103ec234bcca312dddbb1e8d
parent95260194f79c1c9d8eb4142f7da3d382e3d1e87c
mac80211: support radiotap vendor namespace RX data

In some cases, in particular for experimentation, it
can be useful to be able to add vendor namespace data
to received frames in addition to the normal radiotap
data.

Allow doing this through mac80211 by adding fields to
the RX status descriptor that describe the data while
the data itself is prepended to the frame.

Also add some example code to hwsim, but don't enable
it because it doesn't use a proper OUI identifier.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c
include/net/mac80211.h
net/mac80211/rx.c