mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Merge pull request #363 from glaszig/fix/hostapd-wmm
properly enable wmm by fixing a typo
This commit is contained in:
commit
9b66c2cd03
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
|
|||
$config.= 'hw_mode=g'.PHP_EOL;
|
||||
$config.= 'ieee80211n=1'.PHP_EOL;
|
||||
// Enable basic Quality of service
|
||||
$config.= 'wme_enabled=1'.PHP_EOL;
|
||||
$config.= 'wmm_enabled=1'.PHP_EOL;
|
||||
} else {
|
||||
$config.= 'hw_mode='.$_POST['hw_mode'].PHP_EOL;
|
||||
$config.= 'ieee80211n=0'.PHP_EOL;
|
||||
|
|
Loading…
Reference in a new issue