diff options
author | Thibaut VARÈNE <hacks@slashdirt.org> | 2020-05-08 13:31:06 +0200 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-05-12 12:43:38 +0200 |
commit | b36aa168d8906e24cfde18b5cc05de06f43df56f (patch) | |
tree | 52ca121675641eee2ddc52825e6d21382b1b807e /target/linux/ar71xx/base-files/etc | |
parent | fa2369e59bb243136f8e069e3c92d3b14f06b66a (diff) | |
download | upstream-b36aa168d8906e24cfde18b5cc05de06f43df56f.tar.gz upstream-b36aa168d8906e24cfde18b5cc05de06f43df56f.tar.bz2 upstream-b36aa168d8906e24cfde18b5cc05de06f43df56f.zip |
ar71xx: mikrotik: ath10k: use new sysfs driver
Fetch ath10k calibration data from backported mikrotik sysfs driver
which supports the newer "LZOR" encoding.
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 8fb5be643c..b7b7b3a7ba 100644 --- a/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ar71xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -121,7 +121,7 @@ case "$FIRMWARE" in ;; rb-952ui-5ac2nd|\ rb-wapg-5hact2hnd) - ath10kcal_from_file "/sys/firmware/routerboot/ext_wlan_data" 20480 2116 + ath10kcal_from_file "/sys/firmware/mikrotik/hard_config/wlan_data" 20480 2116 ;; re355|\ re450|\ @@ -158,7 +158,7 @@ case "$FIRMWARE" in rb-921gs-5hpacd-r2|\ rb-922uags-5hpacd|\ rb-962uigs-5hact2hnt) - ath10kcal_from_file "/sys/firmware/routerboot/ext_wlan_data" 20480 2116 + ath10kcal_from_file "/sys/firmware/mikrotik/hard_config/wlan_data" 20480 2116 ;; wlr8100) ath10kcal_extract "art" 20480 2116 |