mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
mac80211: add support for htmode=VHT20
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40686
This commit is contained in:
parent
a9aee857de
commit
8897093981
@ -89,7 +89,7 @@ mac80211_hostapd_setup_base() {
|
|||||||
ieee80211n=1
|
ieee80211n=1
|
||||||
ht_capab=
|
ht_capab=
|
||||||
case "$htmode" in
|
case "$htmode" in
|
||||||
HT20) ;;
|
VHT20|HT20) ;;
|
||||||
HT40*|VHT40|VHT80|VHT160)
|
HT40*|VHT40|VHT80|VHT160)
|
||||||
case "$hwmode" in
|
case "$hwmode" in
|
||||||
a)
|
a)
|
||||||
@ -156,6 +156,7 @@ mac80211_hostapd_setup_base() {
|
|||||||
enable_ac=0
|
enable_ac=0
|
||||||
idx="$channel"
|
idx="$channel"
|
||||||
case "$htmode" in
|
case "$htmode" in
|
||||||
|
VHT20) enable_ac=1;;
|
||||||
VHT40)
|
VHT40)
|
||||||
case "$(( ($channel / 4) % 2 ))" in
|
case "$(( ($channel / 4) % 2 ))" in
|
||||||
1) idx=$(($channel + 2));;
|
1) idx=$(($channel + 2));;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user