From: Johannes Berg Date: Tue, 21 Jan 2014 20:04:00 +0000 (+0100) Subject: mac80211: mesh: remove mesh_id check X-Git-Tag: v3.15-rc1~113^2~289^2^2~101^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e207c32bff0f9e990f4ff629c809bd20c7950a;p=pandora-kernel.git 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: Johannes Berg --- Reading git-diff-tree failed