mac80211: add support for htmode=VHT20
authorFelix Fietkau <nbd@openwrt.org>
Sat, 3 May 2014 19:58:54 +0000 (19:58 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 3 May 2014 19:58:54 +0000 (19:58 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40686

package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

index ec8c9f14715d166b6a56a281adeb9ae635e6956d..92dea20c7746acd729219ba5dd9ce40716992f42 100644 (file)
@@ -89,7 +89,7 @@ mac80211_hostapd_setup_base() {
                ieee80211n=1
                ht_capab=
                case "$htmode" in
                ieee80211n=1
                ht_capab=
                case "$htmode" in
-                       HT20) ;;
+                       VHT20|HT20) ;;
                        HT40*|VHT40|VHT80|VHT160)
                                case "$hwmode" in
                                        a)
                        HT40*|VHT40|VHT80|VHT160)
                                case "$hwmode" in
                                        a)
@@ -156,6 +156,7 @@ mac80211_hostapd_setup_base() {
                enable_ac=0
                idx="$channel"
                case "$htmode" in
                enable_ac=0
                idx="$channel"
                case "$htmode" in
+                       VHT20) enable_ac=1;;
                        VHT40)
                                case "$(( ($channel / 4) % 2 ))" in
                                        1) idx=$(($channel + 2));;
                        VHT40)
                                case "$(( ($channel / 4) % 2 ))" in
                                        1) idx=$(($channel + 2));;