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
cc4d3e4f90
commit
ff9b992f48
20
site.conf
20
site.conf
|
@ -23,14 +23,14 @@
|
||||||
ssid = 'bremen.freifunk.net',
|
ssid = 'bremen.freifunk.net',
|
||||||
},
|
},
|
||||||
ibss = {
|
ibss = {
|
||||||
ssid = 'adhoc.ffhb.de',
|
ssid = 'mesh.ffhb.de',
|
||||||
bssid = '32:06:1C:1F:B9:E8',
|
bssid = '32:06:1C:1F:B9:E8',
|
||||||
mcast_rate = 6000,
|
mcast_rate = 6000,
|
||||||
},
|
},
|
||||||
mesh = {
|
--mesh = {
|
||||||
id = 'mesh.ffhb.de',
|
-- id = 'mesh.ffhb.de',
|
||||||
mcast_rate = 6000,
|
-- mcast_rate = 6000,
|
||||||
},
|
--},
|
||||||
},
|
},
|
||||||
wifi5 = {
|
wifi5 = {
|
||||||
channel = 44,
|
channel = 44,
|
||||||
|
@ -39,14 +39,14 @@
|
||||||
ssid = 'bremen.freifunk.net',
|
ssid = 'bremen.freifunk.net',
|
||||||
},
|
},
|
||||||
ibss = {
|
ibss = {
|
||||||
ssid = 'adhoc.ffhb.de',
|
ssid = 'mesh.ffhb.de',
|
||||||
bssid = '32:06:1C:1F:B9:E8',
|
bssid = '32:06:1C:1F:B9:E8',
|
||||||
mcast_rate = 6000,
|
mcast_rate = 6000,
|
||||||
},
|
},
|
||||||
mesh = {
|
--mesh = {
|
||||||
id = 'mesh.ffhb.de',
|
-- id = 'mesh.ffhb.de',
|
||||||
mcast_rate = 6000,
|
-- mcast_rate = 6000,
|
||||||
},
|
--},
|
||||||
},
|
},
|
||||||
|
|
||||||
next_node = {
|
next_node = {
|
||||||
|
|
Loading…
Reference in New Issue