commit | 605f1a5b5e87cf4005b56b77083ff473c846431a | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Nov 22 10:20:58 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 23 08:41:25 2012 +0100 |
tree | 58e7ba4e8e809d3c8cc6854a13159277c3f5daa0 | |
parent | 77d2ece6fde80631193054edc9c9a3edad519565 [diff] |
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>