From 46bd26b716fcf07a6a2a4ad8cd8f7b15122d8d47 Mon Sep 17 00:00:00 2001 From: 4ndr3 Date: Sat, 7 Mar 2015 14:41:08 +0100 Subject: [PATCH] =?UTF-8?q?Nochtspeicher01=20&=2002=20auf=20unterschiedlic?= =?UTF-8?q?he=20Kan=C3=A4le=20gelegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Nochtspeicher/Nochtspeicher_01/etc/config/wireless | 7 ++++--- Nochtspeicher/Nochtspeicher_02/etc/config/wireless | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Nochtspeicher/Nochtspeicher_01/etc/config/wireless b/Nochtspeicher/Nochtspeicher_01/etc/config/wireless index 431a82e..1a69515 100644 --- a/Nochtspeicher/Nochtspeicher_01/etc/config/wireless +++ b/Nochtspeicher/Nochtspeicher_01/etc/config/wireless @@ -4,16 +4,17 @@ config wifi-device 'radio0' option hwmode '11g' option path 'platform/ar934x_wmac' option htmode 'HT20' - option channel '1' option country 'DE' + option txpower '14' + option channel '6' config wifi-device 'radio1' option type 'mac80211' option hwmode '11a' option path 'pci0000:00/0000:00:00.0' - option channel '44' - option htmode 'HT40+' + option htmode 'HT20' option country 'DE' + option channel '40' config wifi-iface 'client_radio0' option network 'client' diff --git a/Nochtspeicher/Nochtspeicher_02/etc/config/wireless b/Nochtspeicher/Nochtspeicher_02/etc/config/wireless index 20262cb..73cd6db 100644 --- a/Nochtspeicher/Nochtspeicher_02/etc/config/wireless +++ b/Nochtspeicher/Nochtspeicher_02/etc/config/wireless @@ -4,16 +4,17 @@ config wifi-device 'radio0' option hwmode '11g' option path 'platform/ar934x_wmac' option htmode 'HT20' - option channel '1' option country 'DE' + option txpower '14' + option channel '11' config wifi-device 'radio1' option type 'mac80211' option hwmode '11a' option path 'pci0000:00/0000:00:00.0' - option channel '44' - option htmode 'HT40+' + option htmode 'HT20' option country 'DE' + option channel '36' config wifi-iface 'client_radio0' option network 'client'