]> git.ipfire.org Git - thirdparty/linux.git/commit - include/net/cfg80211.h
{nl,mac}80211: add rssi to mesh candidates
authorBob Copeland <me@bobcopeland.com>
Fri, 26 Oct 2018 14:03:50 +0000 (10:03 -0400)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 9 Nov 2018 10:41:20 +0000 (11:41 +0100)
commitecbc12ad6b682680ae26a429225d7c295f7f0e77
treecce1fb4e7885a968009126aba631b010d4f14e0e
parent01d66fbd5b18ac9f01a6a2ae1278189d19208ad5
{nl,mac}80211: add rssi to mesh candidates

When peering is in userspace, some implementations may want to control
which peers are accepted based on RSSI in addition to the information
elements being sent today.  Add signal level so that info is available
to clients.

Signed-off-by: Bob Copeland <bobcopeland@fb.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
net/mac80211/mesh.c
net/mac80211/mesh.h
net/mac80211/mesh_plink.c
net/wireless/nl80211.c