Comment out 802.11s mesh section

For once, there currently is a kernel panic with that enabled as soon as
another peer pops up.

Also, having both IBSS and 802.11s mesh enabled at the same time uses
twice as much airtime for broadcasts like OGMs, of which there are a
lot.
This commit is contained in:
Jan-Philipp Litza 2015-09-03 20:56:43 +02:00
parent 0faf95b9a7
commit 879209b7a9
1 changed files with 10 additions and 10 deletions

View File

@ -23,14 +23,14 @@
ssid = 'bremen.freifunk.net',
},
ibss = {
ssid = 'adhoc.ffhb.de',
ssid = 'mesh.ffhb.de',
bssid = '32:06:1C:1F:B9:E8',
mcast_rate = 6000,
},
mesh = {
id = 'mesh.ffhb.de',
mcast_rate = 6000,
},
--mesh = {
-- id = 'mesh.ffhb.de',
-- mcast_rate = 6000,
--},
},
wifi5 = {
channel = 44,
@ -39,14 +39,14 @@
ssid = 'bremen.freifunk.net',
},
ibss = {
ssid = 'adhoc.ffhb.de',
ssid = 'mesh.ffhb.de',
bssid = '32:06:1C:1F:B9:E8',
mcast_rate = 6000,
},
mesh = {
id = 'mesh.ffhb.de',
mcast_rate = 6000,
},
--mesh = {
-- id = 'mesh.ffhb.de',
-- mcast_rate = 6000,
--},
},
next_node = {