diff --git a/projects/Allwinner/patches/linux/0043-Bluetooth-btrtl-Add-support-for-RTL8822BS.patch b/projects/Allwinner/patches/linux/0043-Bluetooth-btrtl-Add-support-for-RTL8822BS.patch index ba868495cb..f129bc978e 100644 --- a/projects/Allwinner/patches/linux/0043-Bluetooth-btrtl-Add-support-for-RTL8822BS.patch +++ b/projects/Allwinner/patches/linux/0043-Bluetooth-btrtl-Add-support-for-RTL8822BS.patch @@ -41,7 +41,7 @@ index 2915c82d719d..8368858dda70 100644 hci_set_aosp_capable(hdev); break; + case CHIP_ID_8822B: -+ set_bit(HCI_QUIRK_BROKEN_LOCAL_EXT_FEATURES_PAGE_2, &hdev->quirks); ++ hci_set_quirk(hdev, HCI_QUIRK_BROKEN_LOCAL_EXT_FEATURES_PAGE_2); + fallthrough; default: rtl_dev_dbg(hdev, "Central-peripheral role not enabled.");