flo/deb: wifi: Limit hotspot to 10 devices

This commit is contained in:
Alex Naidis 2016-12-01 17:34:25 +00:00 committed by followmsi
parent c1939d9123
commit a15e871ba6
1 changed files with 3 additions and 0 deletions

View File

@ -255,5 +255,8 @@ gTDLSRSSITeardownThreshold=-70
# Enable IPv6 RA filtering
gMCAddrListEnable=1
# TheCrazyLex@PA limit max AP peers to 10 to prevent overloading
gSoftApMaxPeers=10
END
# Note: Configuration parser would not read anything past the END marker