Compare commits

...

3 Commits

Author SHA1 Message Date
garywill 77feb7e3ba Revert "lint remove stray spaces"
This reverts commit 8830b95cff.
2025-07-28 14:15:18 +08:00
Phani Pavan K 8830b95cff lint remove stray spaces 2025-07-28 11:35:11 +05:30
Phani Pavan Kambhampati 57b07bb10e
enable wmm when wifi 6 is enabled 2025-07-28 11:04:42 +05:30
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 ]]; 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