mac80211: fix radiotap vendor area skipping
authorJohannes Berg <johannes.berg@intel.com>
Thu, 22 Nov 2012 09:20:58 +0000 (10:20 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 23 Nov 2012 07:41:25 +0000 (08:41 +0100)
commit605f1a5b5e87cf4005b56b77083ff473c846431a
tree58e7ba4e8e809d3c8cc6854a13159277c3f5daa0
parent77d2ece6fde80631193054edc9c9a3edad519565
mac80211: fix radiotap vendor area skipping

The radiotap vendor area in the skb head must be skipped
and accounted for in a few functions until it is removed.
I missed this in my patch, so a few places use this data
as though it was the 802.11 header, fix these places.

Reported-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Tested-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c