mac80211: add back support for radiotap vendor namespace data
authorJohannes Berg <johannes.berg@intel.com>
Thu, 6 Nov 2014 21:56:36 +0000 (22:56 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 10 Nov 2014 09:30:43 +0000 (10:30 +0100)
commit1f7bba79af57ceecf25c2b7d3e6a484efefe340f
tree1394dde23980c4436bd41aca4e6a251e42055e42
parentd04b5ac9e70b2056a8a12f768f4b46773576025e
mac80211: add back support for radiotap vendor namespace data

Radiotap vendor namespace data might still be useful, but we
reverted it because it used too much space in the RX status.
Put it back, but address the space problem by using a single
bit only and putting everything else into the skb->data.

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