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:
parent
a85b9310ef
commit
bf9f258cce
20
site.conf
20
site.conf
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue