From 2503f2bc26beeb7e19d91ba92624d2fb6fec77a9 Mon Sep 17 00:00:00 2001
From: Tim Niemeyer <tim.niemeyer@mastersword.de>
Date: Sat, 16 Feb 2013 15:49:23 +0100
Subject: [PATCH] Franken: Change channel to 1

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
---
 bsp/default/root_file_system/etc/config/wireless  | 2 +-
 bsp/dir300/root_file_system/etc/config/wireless   | 2 +-
 bsp/fonera/root_file_system/etc/config/wireless   | 2 +-
 bsp/wr1043nd/root_file_system/etc/config/wireless | 2 +-
 bsp/wr741nd2/root_file_system/etc/config/wireless | 2 +-
 bsp/wr741nd4/root_file_system/etc/config/wireless | 2 +-
 bsp/wr841nd7/root_file_system/etc/config/wireless | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/bsp/default/root_file_system/etc/config/wireless b/bsp/default/root_file_system/etc/config/wireless
index 1b0b1d83..9ad95ed0 100644
--- a/bsp/default/root_file_system/etc/config/wireless
+++ b/bsp/default/root_file_system/etc/config/wireless
@@ -1,7 +1,7 @@
 config 'wifi-device' 'wifi0'
 	option 'type' 'atheros'
 	option 'disabled' '0'
-	option 'channel' '6'
+	option 'channel' '1'
 	option 'bgscan' '0'
 	option 'diversity' '1'
     option 'hwmode' '11g'
diff --git a/bsp/dir300/root_file_system/etc/config/wireless b/bsp/dir300/root_file_system/etc/config/wireless
index 71618a22..74ce5677 100644
--- a/bsp/dir300/root_file_system/etc/config/wireless
+++ b/bsp/dir300/root_file_system/etc/config/wireless
@@ -2,7 +2,7 @@ config 'wifi-device' 'wifi0'
 	option 'type' 'mac80211'
 	option 'phy' 'phy0'
 	option 'disabled' '0'
-	option 'channel' '6'
+	option 'channel' '1'
     option 'hwmode' '11g'
 
 config 'wifi-iface'
diff --git a/bsp/fonera/root_file_system/etc/config/wireless b/bsp/fonera/root_file_system/etc/config/wireless
index adead416..9df6f747 100644
--- a/bsp/fonera/root_file_system/etc/config/wireless
+++ b/bsp/fonera/root_file_system/etc/config/wireless
@@ -2,7 +2,7 @@ config 'wifi-device' 'wifi0'
 	option 'type' 'mac80211'
 	option 'phy' 'phy0'
 	option 'disabled' '0'
-	option 'channel' '6'
+	option 'channel' '1'
     option 'hwmode' '11g'
 
 config 'wifi-iface'
diff --git a/bsp/wr1043nd/root_file_system/etc/config/wireless b/bsp/wr1043nd/root_file_system/etc/config/wireless
index 2f20d794..2d851b41 100644
--- a/bsp/wr1043nd/root_file_system/etc/config/wireless
+++ b/bsp/wr1043nd/root_file_system/etc/config/wireless
@@ -1,6 +1,6 @@
 config wifi-device  radio0
         option type     mac80211
-        option channel  6
+        option channel  1
 	option phy      phy0
         option hwmode   11ng
         option htmode   HT20
diff --git a/bsp/wr741nd2/root_file_system/etc/config/wireless b/bsp/wr741nd2/root_file_system/etc/config/wireless
index ad912059..8f92f7ab 100644
--- a/bsp/wr741nd2/root_file_system/etc/config/wireless
+++ b/bsp/wr741nd2/root_file_system/etc/config/wireless
@@ -1,6 +1,6 @@
 config wifi-device  radio0
         option type     mac80211
-        option channel  6
+        option channel  1
         option phy      phy0
         option hwmode   11ng
 
diff --git a/bsp/wr741nd4/root_file_system/etc/config/wireless b/bsp/wr741nd4/root_file_system/etc/config/wireless
index ad912059..8f92f7ab 100644
--- a/bsp/wr741nd4/root_file_system/etc/config/wireless
+++ b/bsp/wr741nd4/root_file_system/etc/config/wireless
@@ -1,6 +1,6 @@
 config wifi-device  radio0
         option type     mac80211
-        option channel  6
+        option channel  1
         option phy      phy0
         option hwmode   11ng
 
diff --git a/bsp/wr841nd7/root_file_system/etc/config/wireless b/bsp/wr841nd7/root_file_system/etc/config/wireless
index ad912059..8f92f7ab 100644
--- a/bsp/wr841nd7/root_file_system/etc/config/wireless
+++ b/bsp/wr841nd7/root_file_system/etc/config/wireless
@@ -1,6 +1,6 @@
 config wifi-device  radio0
         option type     mac80211
-        option channel  6
+        option channel  1
         option phy      phy0
         option hwmode   11ng
 
-- 
GitLab