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)
commit90b9e446fbb64630c72cab48c007d7081aec2533
treea0e6c4e1d69ac776103ec234bcca312dddbb1e8d
parent5a306f5887d5fd840beb8ea872897fa89e8fcdef
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