mirror of
https://github.com/garywill/linux-router.git
synced 2025-12-29 10:18:28 +01:00
enable wmm when wifi 6 is enabled
This commit is contained in:
committed by
GitHub
parent
c6a1557ba3
commit
57b07bb10e
@@ -2051,7 +2051,7 @@ write_hostapd_conf() {
|
|||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $IEEE80211N -eq 1 ]] || [[ $IEEE80211AC -eq 1 ]]; then
|
if [[ $IEEE80211N -eq 1 ]] || [[ $IEEE80211AC -eq 1 ]] || [[ $IEEE80211AX -eq 1 ]]; then
|
||||||
echo "wmm_enabled=1" >> "$CONFDIR/hostapd.conf"
|
echo "wmm_enabled=1" >> "$CONFDIR/hostapd.conf"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user