From dcee86e97c4ca65fc2b5ed0ecdb42f26f4c205ba Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Mon, 1 Apr 2013 13:46:29 +0200 Subject: [PATCH] All: Disable 802.11b wifi The new ODFM modulation is much better and the old one isn't really used these days. Signed-off-by: Tim Niemeyer --- bsp/default/root_file_system/etc/config/wireless | 1 + bsp/dir300/root_file_system/etc/config/wireless | 1 + bsp/fonera/root_file_system/etc/config/wireless | 1 + bsp/wr741nd2/root_file_system/etc/config/wireless | 1 + bsp/wr741nd4/root_file_system/etc/config/wireless | 1 + bsp/wr841nd7/root_file_system/etc/config/wireless | 1 + 6 files changed, 6 insertions(+) diff --git a/bsp/default/root_file_system/etc/config/wireless b/bsp/default/root_file_system/etc/config/wireless index 2911fe14..548117b9 100644 --- a/bsp/default/root_file_system/etc/config/wireless +++ b/bsp/default/root_file_system/etc/config/wireless @@ -4,6 +4,7 @@ config 'wifi-device' 'wifi0' option 'channel' '6' option 'bgscan' '0' option 'diversity' '1' + option 'hwmode' '11g' config 'wifi-iface' option 'device' 'wifi0' diff --git a/bsp/dir300/root_file_system/etc/config/wireless b/bsp/dir300/root_file_system/etc/config/wireless index e85aba77..da2ed64a 100644 --- a/bsp/dir300/root_file_system/etc/config/wireless +++ b/bsp/dir300/root_file_system/etc/config/wireless @@ -3,6 +3,7 @@ config 'wifi-device' 'wifi0' option 'phy' 'phy0' option 'disabled' '0' option 'channel' '6' + option 'hwmode' '11g' config 'wifi-iface' option 'device' 'wifi0' diff --git a/bsp/fonera/root_file_system/etc/config/wireless b/bsp/fonera/root_file_system/etc/config/wireless index b58a3b6c..00c2f2f3 100644 --- a/bsp/fonera/root_file_system/etc/config/wireless +++ b/bsp/fonera/root_file_system/etc/config/wireless @@ -3,6 +3,7 @@ config 'wifi-device' 'wifi0' option 'phy' 'phy0' option 'disabled' '0' option 'channel' '6' + option 'hwmode' '11g' config 'wifi-iface' option 'device' 'wifi0' diff --git a/bsp/wr741nd2/root_file_system/etc/config/wireless b/bsp/wr741nd2/root_file_system/etc/config/wireless index 64e75da7..acc7e2b0 100644 --- a/bsp/wr741nd2/root_file_system/etc/config/wireless +++ b/bsp/wr741nd2/root_file_system/etc/config/wireless @@ -2,6 +2,7 @@ config wifi-device radio0 option type mac80211 option channel 6 option phy phy0 + option hwmode 11ng config wifi-iface option device radio0 diff --git a/bsp/wr741nd4/root_file_system/etc/config/wireless b/bsp/wr741nd4/root_file_system/etc/config/wireless index 64e75da7..acc7e2b0 100644 --- a/bsp/wr741nd4/root_file_system/etc/config/wireless +++ b/bsp/wr741nd4/root_file_system/etc/config/wireless @@ -2,6 +2,7 @@ config wifi-device radio0 option type mac80211 option channel 6 option phy phy0 + option hwmode 11ng config wifi-iface option device radio0 diff --git a/bsp/wr841nd7/root_file_system/etc/config/wireless b/bsp/wr841nd7/root_file_system/etc/config/wireless index 64e75da7..acc7e2b0 100644 --- a/bsp/wr841nd7/root_file_system/etc/config/wireless +++ b/bsp/wr841nd7/root_file_system/etc/config/wireless @@ -2,6 +2,7 @@ config wifi-device radio0 option type mac80211 option channel 6 option phy phy0 + option hwmode 11ng config wifi-iface option device radio0