Compare commits

..

No commits in common. "77feb7e3bac540ba258fdf07dfb3cde2d19f2c7e" and "c6a1557ba39833edf3e9c9f91fbf2efea5588dbd" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -2051,7 +2051,7 @@ write_hostapd_conf() {
EOF EOF
fi fi
if [[ $IEEE80211N -eq 1 ]] || [[ $IEEE80211AC -eq 1 ]] || [[ $IEEE80211AX -eq 1 ]]; then if [[ $IEEE80211N -eq 1 ]] || [[ $IEEE80211AC -eq 1 ]]; then
echo "wmm_enabled=1" >> "$CONFDIR/hostapd.conf" echo "wmm_enabled=1" >> "$CONFDIR/hostapd.conf"
fi fi