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)
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>

No differences found