ht20 (MHz) channel mode for 2,4 GHz, 6mbit/s multicast rate
This commit is contained in:
parent
596b61770e
commit
9d18c24491
|
@ -15,10 +15,10 @@
|
|||
wifi24 = {
|
||||
ssid = 'bremen.freifunk.net',
|
||||
channel = 6,
|
||||
htmode = 'HT40+',
|
||||
htmode = 'HT20',
|
||||
mesh_ssid = 'mesh.ffhb',
|
||||
mesh_bssid = '32:06:1C:1F:B9:E8',
|
||||
mesh_mcast_rate = 12000,
|
||||
mesh_mcast_rate = 6000,
|
||||
},
|
||||
wifi5 = {
|
||||
ssid = 'bremen.freifunk.net',
|
||||
|
@ -26,7 +26,7 @@
|
|||
htmode = 'HT40+',
|
||||
mesh_ssid = 'mesh.ffhb',
|
||||
mesh_bssid = '32:06:1C:1F:B9:E8',
|
||||
mesh_mcast_rate = 12000,
|
||||
mesh_mcast_rate = 6000,
|
||||
},
|
||||
|
||||
next_node = {
|
||||
|
|
Loading…
Reference in New Issue