commit | c15353be91902fa6cde08d4bf325d089895d65e8 | [log] [tgz] |
---|---|---|
author | Liad Kaufman <liad.kaufman@intel.com> | Wed Feb 06 13:17:13 2019 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Feb 22 13:45:38 2019 +0100 |
tree | bed5c41ca8e88bf898f4565e2995413dbf68cd87 | |
parent | 2ff5e52e7836f1851f25304e0b2ee09cd9e7962e [diff] |
mac80211: fix position of vendor_data read The ieee80211_vendor_radiotap was read from the beginning of the skb->data regardless of the existence of other elements in radiotap that would cause it to move to another position. Fix this by taking into account where it really should be. Signed-off-by: Liad Kaufman <liad.kaufman@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>