Re: [PATCH v5] Bluetooth: btrtl: Enable WBS for the specific Realtek devices

From: Marcel Holtmann
Date: Tue Jan 26 2021 - 11:10:59 EST


Hi Max,

> By this change, it will enable WBS supported on the specific Realtek BT
> devices, such as RTL8822C and RTL8852A.
> In the future, it's able to maintain what the Realtek devices support WBS
> here.
>
> Tested-by: Hilda Wu <hildawu@xxxxxxxxxxx>
> Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@xxxxxxxxxxxx>
> Signed-off-by: Max Chou <max.chou@xxxxxxxxxxx>
>
> ---
> change in v5
> -remove the extra space between "enum" and "btrtl_chip_id"
> ---
> drivers/bluetooth/btrtl.c | 29 +++++++++++++++++++++++------
> 1 file changed, 23 insertions(+), 6 deletions(-)

CC drivers/bluetooth/btrtl.o
drivers/bluetooth/btrtl.c: In function ‘btrtl_setup_realtek’:
drivers/bluetooth/btrtl.c:754:1: warning: label ‘done’ defined but not used [-Wunused-label]
754 | done:
| ^~~~

Regards

Marcel