diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2017-06-08 09:06:27 +0300 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-06-17 11:51:41 +0200 |
commit | 189239ade353636f9e2788cd0467bcca97bb9324 (patch) | |
tree | 4b84e19c6815180f18b09e257ad788f4978eb0ed /target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | |
parent | 025cb640cdf27f7c68fc1d89d0698605daa06c43 (diff) | |
download | upstream-189239ade353636f9e2788cd0467bcca97bb9324.tar.gz upstream-189239ade353636f9e2788cd0467bcca97bb9324.tar.bz2 upstream-189239ade353636f9e2788cd0467bcca97bb9324.zip |
ipq806x: qca99xx: fix wifi calibration
As of now OTP is being correctly parsed and the driver requires to parse pre-caldata to follow corresponding routine.
Rename cal file into pre-calfile so the board initialized correctly with API 2 board data (board-2.bin).
Also remove the now unneeded for qca9984 board.bin symlink to 5GHz calfile.
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata')
-rw-r--r-- | target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata index 652621247f..40e1330bf0 100644 --- a/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata +++ b/target/linux/ipq806x/base-files/etc/hotplug.d/firmware/11-ath10k-caldata @@ -61,7 +61,7 @@ case "$FIRMWARE" in esac ;; -"ath10k/cal-pci-0000:01:00.0.bin") +"ath10k/pre-cal-pci-0000:01:00.0.bin") case $board in c2600) ath10kcal_extract "radio" 4096 12064 @@ -84,7 +84,7 @@ case "$FIRMWARE" in ;; esac ;; -"ath10k/cal-pci-0001:01:00.0.bin") +"ath10k/pre-cal-pci-0001:01:00.0.bin") case $board in c2600) ath10kcal_extract "radio" 20480 12064 |