From: Rocky Liao Date: Sat, 29 Feb 2020 01:20:06 +0000 (+0800) Subject: qca: Fix blueooth firmware name for QCA6174 X-Git-Tag: 20200316~9^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2db3978ce4a0c5b8ab04a81701b4eb010c721b2d;p=linux-firmware qca: Fix blueooth firmware name for QCA6174 The rampatch_00440302.tlv and rampatch_usb_00000302.tlv are wrong names for QCA6174 Bluetooth driver, remove them and make the update to the correct files rampatch_00440302.bin and rampatch_usb_00000302.bin. Fixes: 30550605b75c ("qca: update bluetooth firmware for QCA6174") Signed-off-by: Rocky Liao --- diff --git a/WHENCE b/WHENCE index 235c660..995219b 100644 --- a/WHENCE +++ b/WHENCE @@ -3850,8 +3850,6 @@ File: qca/rampatch_00440302.bin File: qca/nvm_00440302_eu.bin File: qca/nvm_00440302_i2s_eu.bin File: qca/nvm_usb_00000302_eu.bin -File: qca/rampatch_00440302.tlv -File: qca/rampatch_usb_00000302.tlv Licence: Redistributable. See LICENSE.QualcommAtheros_ath10k and qca/NOTICE.txt for details diff --git a/qca/rampatch_00440302.bin b/qca/rampatch_00440302.bin index 0b8cd53..826362b 100644 Binary files a/qca/rampatch_00440302.bin and b/qca/rampatch_00440302.bin differ diff --git a/qca/rampatch_00440302.tlv b/qca/rampatch_00440302.tlv deleted file mode 100644 index 826362b..0000000 Binary files a/qca/rampatch_00440302.tlv and /dev/null differ diff --git a/qca/rampatch_usb_00000302.bin b/qca/rampatch_usb_00000302.bin index 9c82b65..d340a8b 100644 Binary files a/qca/rampatch_usb_00000302.bin and b/qca/rampatch_usb_00000302.bin differ diff --git a/qca/rampatch_usb_00000302.tlv b/qca/rampatch_usb_00000302.tlv deleted file mode 100644 index d340a8b..0000000 Binary files a/qca/rampatch_usb_00000302.tlv and /dev/null differ