gluon-core: increase ath10k peer limit (#2607)
Increase the peer limit for ath10k-ct from 32 to 96 STAs like it is set for the non-ct firmware / driver. In order to make this work with the memory constraints of the wireless platform, reduce the number of concurrent vdevs to the maximum Gluon uses (4). Closes #2604 Signed-off-by: David Bauer <mail@david-bauer.net> Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
03bfa36808
commit
50130c3832
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
[ -e "/lib/firmware/$FIRMWARE" ] && exit 0
|
||||
|
||||
case "$FIRMWARE" in
|
||||
ath10k/fwcfg*)
|
||||
cp "/lib/gluon/ath10k-fwcfg.txt" "/lib/firmware/$FIRMWARE"
|
||||
;;
|
||||
esac
|
4
package/gluon-core/files/lib/gluon/ath10k-fwcfg.txt
Normal file
4
package/gluon-core/files/lib/gluon/ath10k-fwcfg.txt
Normal file
@ -0,0 +1,4 @@
|
||||
vdevs = 4
|
||||
peers = 96
|
||||
active_peers = 96
|
||||
stations = 96
|
Loading…
Reference in New Issue
Block a user