Fix 5GHz AP network definition
The section name was wrong, so there was no AP network on 5GHz.
Fixes: 3a7bc5f4e7
This commit is contained in:
parent
ca7c99906f
commit
73a8fe4b9c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
wifi5 = {
|
wifi5 = {
|
||||||
channel = 44,
|
channel = 44,
|
||||||
htmode = 'HT40+',
|
htmode = 'HT40+',
|
||||||
master = {
|
ap = {
|
||||||
ssid = 'luebeck.freifunk.net',
|
ssid = 'luebeck.freifunk.net',
|
||||||
},
|
},
|
||||||
ibss = {
|
ibss = {
|
||||||
|
|
Loading…
Reference in a new issue