This commit holds below enhancements for WCN3991.
1. Added Erroneous Data reporting support.
2. Increased SCO data buffer count from 4 to 8.
Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
This commit will add required Bluetooth firmware files for QCA9377. Files
are from the Boundary Devices repo [1] and are covered under the existing
QCA redistributable license, but need renaming to align with the upstream
driver firmware naming convention.
tfbtfw11.tlv > rampatch_00230302.bin
tfbtnv11.bin > nvm_00230302.bin
Support for QCA9377 Bluetooth is now merged in bluetooth-next [2].
[1] https://github.com/boundarydevices/qca-firmware/tree/bd-sdmac-ath10k
[2] https://patchwork.kernel.org/cover/11504823/
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
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: 30550605b7 ("qca: update bluetooth firmware for QCA6174")
Signed-off-by: Rocky Liao <rjliao@codeaurora.org>
Bugfixes for QCA6174.
While at it, to avoid confusion, also change the name of driver to
'btqca' in WHENCE file because that's what it is called in kernel images
(drivers/bluetooth/btqca.ko). Of course we cannot change the name of
directory 'qca' and that has to remain forever, but better to fix the
documentation to make it clear what driver this is.
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
The following fw files are added to support QCA6174.
rampatch_00440302.bin: RAM DUMP
nvm_00440302.bin: NVRAM
Signed-off-by: Balakrishna Godavarthi <bgodavar@codeaurora.org>
Latest firmware files supporting QCA61x4 ROME family chipset
Signed-off-by: Ben Young Tae Kim <ytkim@qca.qualcomm.com>
Signed-off-by: Kyle McMartin <kyle@kernel.org>