Force 20MHz channel width on 2.4GHz
This commit is contained in:
parent
ff08869f7d
commit
34dbfd08e1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
wifi24 = {
|
wifi24 = {
|
||||||
ssid = 'hamburg.freifunk.net',
|
ssid = 'hamburg.freifunk.net',
|
||||||
channel = 1,
|
channel = 1,
|
||||||
htmode = 'HT40+',
|
htmode = 'HT20',
|
||||||
mesh_ssid = 'f8:d1:11:87:52:2e',
|
mesh_ssid = 'f8:d1:11:87:52:2e',
|
||||||
mesh_bssid = 'f8:d1:11:87:52:2e',
|
mesh_bssid = 'f8:d1:11:87:52:2e',
|
||||||
mesh_mcast_rate = 12000,
|
mesh_mcast_rate = 12000,
|
||||||
|
|
Loading…
Reference in a new issue