sdm660-common: follow kernel ap max count
* gSoftApMaxPeers is not set in WCNSS_qcom-cfg.ini * As kernel define it default 32 in drivers/staging/qcacld-3.0/components/mlme/dispatcher/inc/cfg_mlme_sap.h, make system settings same Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
25563901ca
commit
bee7b028c0
1 changed files with 3 additions and 0 deletions
|
@ -69,4 +69,7 @@
|
||||||
|
|
||||||
<!-- Wifi driver supports IEEE80211AC for softap -->
|
<!-- Wifi driver supports IEEE80211AC for softap -->
|
||||||
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
|
<bool translatable="false" name="config_wifi_softap_ieee80211ac_supported">true</bool>
|
||||||
|
|
||||||
|
<!-- Integer indicating maximum hardware supported client number of soft ap -->
|
||||||
|
<integer translatable="false" name="config_wifiHardwareSoftapMaxClientCount">32</integer>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in a new issue