forked from Ivasoft/openwrt
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>
This commit is contained in:
committed by
Felix Fietkau
parent
025cb640cd
commit
189239ade3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user