From d80aece63f9f543a81a4d0e184d39e6596a690f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hendrik=20L=C3=BCth?= <H.L.Lueth@gmail.com>
Date: Tue, 5 May 2015 18:30:43 +0200
Subject: [PATCH] change mesh ssid

---
 site.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site.conf b/site.conf
index 5a3d8a0..8d64e5b 100644
--- a/site.conf
+++ b/site.conf
@@ -15,16 +15,16 @@
 		ssid = 'nord.freifunk.net',
 		channel = 1,
 		htmode = 'HT40-',
-		mesh_ssid = '5d:c0:ac:00:d1:4c',
-		mesh_bssid = '5d:c0:ac:00:d1:4c',
+		mesh_ssid = '5c:c0:ac:00:d1:4c',
+		mesh_bssid = '5c:c0:ac:00:d1:4c',
 		mesh_mcast_rate = 12000,
 	},
 	wifi5 = {
 		ssid = 'nord.freifunk.net',
 		channel = 44,
 		htmode = 'HT40+',
-		mesh_ssid = '5d:c0:ac:00:d1:4c',
-		mesh_bssid = '5d:c0:ac:00:d1:4c',
+		mesh_ssid = '5c:c0:ac:00:d1:4c',
+		mesh_bssid = '5c:c0:ac:00:d1:4c',
 		mesh_mcast_rate = 12000,
 	},
 
-- 
GitLab