Disable 802.11b

This commit is contained in:
Jan-Philipp Litza 2016-10-08 12:16:58 +02:00
parent a161444964
commit e2ea729816
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@
wifi24 = {
channel = 6,
htmode = 'HT20',
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap = {
ssid = 'bremen.freifunk.net',
},