firmware-qualcomm: rename pcie UTF firmware file

When loading the wireless driver in test mode, the UTF firmware file
is loaded.

On pcie chips, the UTF file is expected to be named 'utf.bin'.
On sdio chips, the UTF file is expected to be named 'utf30.bin'.

Rename the pcie UTF file to match this requirement.

md5sum
----------------------------------------------------------
qca65X4_pcie:	utf.bin	    ->	41cfb4e50613cd0eeb0fa99a005131bd
qca65X4_sdio:	utf30.bin   ->	4743dee015047752e433e69f4db89974

https://jira.digi.com/browse/DEL-7086

Signed-off-by: Gonzalo Ruiz <Gonzalo.Ruiz@digi.com>
This commit is contained in:
Gonzalo Ruiz 2020-06-15 18:05:57 +02:00
parent ea8447ec7f
commit be60a8f4e2
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ FW_QCA65X4_PCIE_PROPRIETARY = " \
file://LICENCE.atheros_firmware \ file://LICENCE.atheros_firmware \
file://qca65X4_pcie_proprietary/otp30.bin \ file://qca65X4_pcie_proprietary/otp30.bin \
file://qca65X4_pcie_proprietary/qwlan30.bin \ file://qca65X4_pcie_proprietary/qwlan30.bin \
file://qca65X4_pcie_proprietary/utf30.bin \ file://qca65X4_pcie_proprietary/utf.bin \
" "
# Firmware files for QCA6574 (Qualcomm community driver) # Firmware files for QCA6574 (Qualcomm community driver)