mac80211: fix ht capabilities for HT20

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 40776
This commit is contained in:
Felix Fietkau 2014-05-18 21:13:03 +00:00
parent 030af00c2f
commit 385b08d475

View File

@ -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