wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriately
authorJohannes Berg <johannes.berg@intel.com>
Wed, 14 Feb 2024 19:08:43 +0000 (20:08 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 15 Feb 2024 09:59:08 +0000 (10:59 +0100)
commit414532d8aa8915d9aebd01c6b5aa54bdfd98da71
treed36a8d789a8394ebcf85a5d7598280bb60539771
parent77770189921e38597a42744c7032b8222538cdf3
wifi: cfg80211: use IEEE80211_MAX_MESH_ID_LEN appropriately

Even if that's the same as IEEE80211_MAX_SSID_LEN, we really
should just use IEEE80211_MAX_MESH_ID_LEN for mesh, rather
than having the BUILD_BUG_ON()s.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/wireless/nl80211.c