]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: mesh: remove mesh_id check
authorJohannes Berg <johannes.berg@intel.com>
Tue, 21 Jan 2014 20:04:00 +0000 (21:04 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:16 +0000 (21:48 +0100)
commit329646e1d833d81f093112b501fc12467fac51b5
treec10695001bf75d2c056a5006ffe2a28ebf4fa049
parent96cd0f68cb46f80235176dd088006c43219f6724
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 <johannes.berg@intel.com>
net/mac80211/cfg.c