mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
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
@ -148,7 +148,8 @@ mac80211_hostapd_setup_base() {
|
|||||||
RX-STBC123:0x300:0x300:1 \
|
RX-STBC123:0x300:0x300:1 \
|
||||||
DSSS_CCK-40:0x1000::$dsss_cck_40
|
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
|
# 802.11ac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user