]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit248a590474c423a39b1e5338663e3c49dc0307d2
tree1394dde23980c4436bd41aca4e6a251e42055e42
parent55ec607020f7103e53f899177a01b4468cc591e5
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