From fb75115516d085fe068452a9f32d4c8fc880e426 Mon Sep 17 00:00:00 2001 From: Johannes Rudolph <johannes.rudolph@ffnw.de> Date: Thu, 29 Jun 2017 10:35:48 +0200 Subject: [PATCH] Revert "Update site.conf: prepare for stable" This reverts commit 4be4c3eb3fbee076d2d09f9efdc6947e85c8251c --- site.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/site.conf b/site.conf index 8fc2aed..eb276c0 100644 --- a/site.conf +++ b/site.conf @@ -28,16 +28,16 @@ supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000}, basic_rate = {6000, 9000, 18000, 36000, 54000}, ap = { - ssid = 'nordwest.freifunk.net', + ssid = 'testing.nordwest.freifunk.net', }, ibss = { - ssid = 'mesh.ffnw', - bssid = '02:CA:FF:EE:BA:BF', + ssid = 'testing.mesh.ffnw', + bssid = '02:CA:FF:EE:BA:BE', mcast_rate = 12000, }, mesh = { - id = 'ffnw-mesh_', + id = 'testing-ffnw-mesh_', mcast_rate = 12000, }, }, @@ -45,15 +45,15 @@ channel = 44, htmode = 'HT40+', ap = { - ssid = 'nordwest.freifunk.net', + ssid = 'testing.nordwest.freifunk.net', }, ibss = { - ssid = 'mesh.ffnw', - bssid = '02:CA:FF:EE:BA:BF', + ssid = 'testing.mesh.ffnw', + bssid = '02:CA:FF:EE:BA:BE', mcast_rate = 12000, }, mesh = { - id = 'ffnw-mesh_', + id = 'testing-ffnw-mesh_', mcast_rate = 12000, }, }, -- GitLab