mac80211: permit vht_capab also for 2.4GHz 802.11n

Permit to configure vht_capab also for 2.4GHz 802.11n mode to support
non-standard QAM-256 on 802.11n.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2023-06-16 00:31:19 +02:00
committed by Lucas Asvio
parent 0073a62855
commit 414d298cc0

View File

@@ -314,7 +314,6 @@ mac80211_hostapd_setup_base() {
esac
[ -n "$op_class" ] && append base_cfg "op_class=$op_class" "$N"
}
[ "$hwmode" = "a" ] || enable_ac=0
[ "$band" = "6g" ] && enable_ac=0
if [ "$enable_ac" != "0" ]; then