cfg80211: mesh: track (and thus validate) beacon interval
authorJohannes Berg <johannes.berg@intel.com>
Fri, 21 Oct 2016 12:25:11 +0000 (14:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Oct 2016 07:08:45 +0000 (09:08 +0200)
commit275fcf62c289d52f0fc14d774ab176c0d6196171
tree6a6a99652167a12c5e2b4f134934217fc012dd23
parent0507a3ac6e98f50583912ec78d07c2e4daaf2b28
cfg80211: mesh: track (and thus validate) beacon interval

This is needed for beacon interval validation; if we don't
store it, then new interfaces added won't validate that the
beacon interval is the same as existing ones. Fix this.

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