mac80211: add preliminary support for enabling 802.11ax in config
[openwrt/staging/rmilecki.git] / target / linux / mediatek / base-files / etc / uci-defaults / 99-net-ps
1 uci -q get network.globals.packet_steering >/dev/null || {
2 uci set network.globals='globals'
3 uci set network.globals.packet_steering=1
4 uci commit network
5 }