WHENCE: link to similar config file for rtl8821a support
authormaximilian attems <maks@stro.at>
Sun, 14 Mar 2021 16:46:46 +0000 (17:46 +0100)
committermaximilian attems <maks@photino.stro.at>
Thu, 8 Apr 2021 15:57:11 +0000 (17:57 +0200)
commitd6a18e90f8acbd324428df15701d089d532716e7
tree7426f3325b6995c25309b716db0e64356c480465
parentaf1ca28f03287b0c60682ab37cc684c773de853f
WHENCE: link to similar config file for rtl8821a support

linux-firmware ships no config file for rtl8821a, as it seems
quite similar to rtl8821c add symlink to that config file
see https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1784835
(Maintainers may replace with proper file).

fixes: https://bugs.debian.org/893912

-- error
[    2.574742] Bluetooth: hci0: rtl: loading rtl_bt/rtl8821a_config.bin
[    2.575137] bluetooth hci0: firmware: failed to load
rtl_bt/rtl8821a_config.bin (-2)
[    2.575143] bluetooth hci0: Direct firmware load for
rtl_bt/rtl8821a_config.bin failed with error -2
[    2.575145] Bluetooth: hci0: Failed to load rtl_bt/rtl8821a_config.bin
--

-- with config file
[   26.389532] Bluetooth: hci0: RTL: rtl: examining hci_ver=06
hci_rev=000a lmp_ver=06 lmp_subver=8821

[   26.390623] Bluetooth: hci0: RTL: rom_version status=0 version=1

[   26.390624] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8821a_fw.bin

[   26.392597] bluetooth hci0: firmware: direct-loading firmware
rtl_bt/rtl8821a_fw.bin
[   26.392605] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8821a_config.bin

[   26.392748] bluetooth hci0: firmware: direct-loading firmware
rtl_bt/rtl8821a_config.bin
[   26.392757] Bluetooth: hci0: RTL: cfg_sz 10, total sz 17438
--

Cc: Max Chou <max.chou@realtek.com>
Reported-by: Kate Komi <katahipo@gmail.com>
Signed-off-by: maximilian attems <maks@stro.at>
WHENCE