diff --git a/package/gluon-core/files/etc/hotplug.d/firmware/20-gluon-ath10k-fwcfg b/package/gluon-core/files/etc/hotplug.d/firmware/20-gluon-ath10k-fwcfg new file mode 100644 index 00000000..29cfa9e5 --- /dev/null +++ b/package/gluon-core/files/etc/hotplug.d/firmware/20-gluon-ath10k-fwcfg @@ -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 diff --git a/package/gluon-core/files/lib/gluon/ath10k-fwcfg.txt b/package/gluon-core/files/lib/gluon/ath10k-fwcfg.txt new file mode 100644 index 00000000..5171af7b --- /dev/null +++ b/package/gluon-core/files/lib/gluon/ath10k-fwcfg.txt @@ -0,0 +1,4 @@ +vdevs = 4 +peers = 96 +active_peers = 96 +stations = 96