mac80211: use sdata mesh_id_len instead of wdev's
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Jan 2014 09:08:57 +0000 (10:08 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:17 +0000 (21:48 +0100)
commit1693d34416a4b07e291578b4b87dc811876046cf
tree753b24aead1e099ab80eff08ada3b0092c8b83e5
parent80e207c32bff0f9e990f4ff629c809bd20c7950a
mac80211: use sdata mesh_id_len instead of wdev's

Since we copy the mesh_id_len into our own data structures,
use it consistently and don't sometimes use cfg80211's copy.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mesh.c