Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80e207c3 authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: mesh: remove mesh_id check



The mesh_id is an array so can't ever be NULL, it looks
like mesh_id_len check was intended instead. However,
since the previous patch, cfg80211 does the check, so
just remove it here.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 1ff79dfa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -3196,9 +3196,6 @@ int ieee80211_channel_switch(struct wiphy *wiphy, struct net_device *dev,
	case NL80211_IFTYPE_MESH_POINT:
		ifmsh = &sdata->u.mesh;

		if (!ifmsh->mesh_id)
			return -EINVAL;

		if (params->chandef.width != sdata->vif.bss_conf.chandef.width)
			return -EINVAL;