mac80211: fix ht capabilities for HT20
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40776
This commit is contained in:
parent
030af00c2f
commit
385b08d475
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue