diff options
author | Thomas Pedersen <thomas@cozybit.com> | 2013-03-04 22:06:10 +0100 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-03-06 16:36:11 +0100 |
commit | bb2798d45fc0575f5d08c0bb7baf4d5d5e8cc0c3 (patch) | |
tree | 258715ee28471c02b0c14e1b4c4bfeb499e5d5b1 /net/wireless/mesh.c | |
parent | mac80211: improve minstrels rate sorting by means of throughput & probability (diff) | |
download | linux-bb2798d45fc0575f5d08c0bb7baf4d5d5e8cc0c3.tar.xz linux-bb2798d45fc0575f5d08c0bb7baf4d5d5e8cc0c3.zip |
nl80211: explicit userspace MPM
Secure mesh had the implicit requirement that the Mesh
Peering Management entity be in userspace. However
userspace might want to implement an open MPM as well, so
specify a mesh setup parameter to indicate this.
Signed-off-by: Thomas Pedersen <thomas@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/mesh.c')
-rw-r--r-- | net/wireless/mesh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/wireless/mesh.c b/net/wireless/mesh.c index 9688b249a805..0bb93f3061a4 100644 --- a/net/wireless/mesh.c +++ b/net/wireless/mesh.c @@ -85,6 +85,7 @@ const struct mesh_setup default_mesh_setup = { .ie = NULL, .ie_len = 0, .is_secure = false, + .user_mpm = false, .beacon_interval = MESH_DEFAULT_BEACON_INTERVAL, .dtim_period = MESH_DEFAULT_DTIM_PERIOD, }; |