aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-05-18 21:13:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-05-18 21:13:03 +0000
commit385b08d475a957f0fb75eaafbf81ee29453c0fb3 (patch)
tree954fff908baa91a4a7354f54ac53ca9d37d7a9f3 /package/kernel
parent030af00c2f652f567db4c23732e9da2b2f30b65e (diff)
downloadupstream-385b08d475a957f0fb75eaafbf81ee29453c0fb3.tar.gz
upstream-385b08d475a957f0fb75eaafbf81ee29453c0fb3.tar.bz2
upstream-385b08d475a957f0fb75eaafbf81ee29453c0fb3.zip
mac80211: fix ht capabilities for HT20
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40776
Diffstat (limited to 'package/kernel')
-rw-r--r--package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
index 751fd32933..e26d9dde98 100644
--- a/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
+++ b/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh
@@ -148,7 +148,8 @@ mac80211_hostapd_setup_base() {
RX-STBC123:0x300:0x300:1 \
DSSS_CCK-40:0x1000::$dsss_cck_40
- [ -n "$ht_capab" ] && append base_cfg "ht_capab=$ht_capab$ht_capab_flags" "$N"
+ ht_capab="$ht_capab$ht_capab_flags"
+ [ -n "$ht_capab" ] && append base_cfg "ht_capab=$ht_capab" "$N"
}
# 802.11ac