diff options
author | Thorsten Horstmann <[email protected]> | 2017-02-03 14:38:29 +0100 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2017-02-06 07:55:44 +0100 |
commit | da7061c82e4a1bc6a5e134ef362c86261906c860 (patch) | |
tree | 204908ceb455847239a4287c066809a6c2ebda8e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 01fba20b5976e445676febbdf6dc78d71c6d7b62 (diff) |
mac80211: Fix adding of mesh vendor IEs
The function ieee80211_ie_split_vendor doesn't return 0 on errors. Instead
it returns any offset < ielen when WLAN_EID_VENDOR_SPECIFIC is found. The
return value in mesh_add_vendor_ies must therefore be checked against
ifmsh->ie_len and not 0. Otherwise all ifmsh->ie starting with
WLAN_EID_VENDOR_SPECIFIC will be rejected.
Fixes: 082ebb0c258d ("mac80211: fix mesh beacon format")
Signed-off-by: Thorsten Horstmann <[email protected]>
Signed-off-by: Mathias Kretschmer <[email protected]>
Signed-off-by: Simon Wunderlich <[email protected]>
[[email protected]: Add commit message]
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions