]> 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)
commitb00da7e0a4938d4bf0675341d708f466f5deb8a4
treea0e6c4e1d69ac776103ec234bcca312dddbb1e8d
parent411c11c978ceb68a762cfe45b95d09190059db81
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