]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: Fix adding of mesh vendor IEs
authorThorsten Horstmann <thorsten@defutech.de>
Fri, 3 Feb 2017 13:38:29 +0000 (14:38 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 6 Feb 2017 06:55:44 +0000 (07:55 +0100)
commitf373b5c1d61c73d2e1a654b101eeabb02a24b597
tree204908ceb455847239a4287c066809a6c2ebda8e
parent94c0541530fb2087ae2ac4b129c8f74a0691c7a2
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: 334a832d3e32 ("mac80211: fix mesh beacon format")
Signed-off-by: Thorsten Horstmann <thorsten@defutech.de>
Signed-off-by: Mathias Kretschmer <mathias.kretschmer@fit.fraunhofer.de>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
[sven@narfation.org: Add commit message]
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh.c