wireless: fix htmode handling
authorFelix Fietkau <nbd@openwrt.org>
Mon, 2 Dec 2013 09:52:53 +0000 (10:52 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 2 Dec 2013 09:52:53 +0000 (10:52 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
scripts/netifd-wireless.sh

index 7ae3695..3cb55a3 100644 (file)
@@ -58,7 +58,7 @@ _wdev_prepare_channel() {
                ;;
        esac
 
-       [[ "$hwmode_n" = "$hwmode" ]] && {
+       [[ "$hwmode_n" = "$hwmode" ]] || {
                enable_ht=1
                hwmode="$hwmode_n"
 
@@ -283,7 +283,7 @@ for_each_interface() {
 }
 
 _wdev_common_device_config() {
-       config_add_string channel hwmode
+       config_add_string channel hwmode htmode
 }
 
 _wdev_common_iface_config() {