cfg80211: add checks for beacon rate, extend to mesh
authorJohannes Berg <johannes.berg@intel.com>
Mon, 19 Sep 2016 07:44:44 +0000 (09:44 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 26 Sep 2016 08:23:48 +0000 (10:23 +0200)
commit8564e38206de2ff005a27c8d7c2ce3869a44f0dd
tree2c6a9ae667d5bf80a6789d1201dfb9a492ea99d1
parenta7c7fbff6a408d00431c705bbe3dfc5f51e3f1c4
cfg80211: add checks for beacon rate, extend to mesh

The previous commit added support for specifying the beacon rate
for AP mode. Add features checks to this, and extend it to also
support the rate configuration for mesh networks. For IBSS it's
not as simple due to joining etc., so that's not yet supported.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c