[PATCH v2 0/3] Bluetooth: Replace HCI_VENDOR_PKT usages with HCI_EV_VENDOR
Zijun Hu <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
The macros below have different meanings even though they share the same value 0xff: HCI_VENDOR_PKT: HCI packet indicator or type HCI_EV_VENDOR: event code of a VSE several usage of HCI_VENDOR_PKT is wrongly checking an event code. Fix by using HCI_EV_VENDOR for event code. Signed-off-by: Zijun Hu <[email protected]> --- Changes in v2: - Rebase and fix conflict for the last commit - Link to v1: https://lore.kernel.org/r/[email protected] To: Bartosz Golaszewski <[email protected]> To: Marcel Holtmann <[email protected]> To: Luiz Augusto von Dentz <[email protected]> Cc: Zijun Hu <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] --- Zijun Hu (3): Bluetooth: hci_qca: Replace HCI_VENDOR_PKT usage with HCI_EV_VENDOR Bluetooth: btusb: QCA: Replace HCI_VENDOR_PKT usages with HCI_EV_VENDOR Bluetooth: btusb: Realtek: Replace HCI_VENDOR_PKT usage with HCI_EV_VENDOR drivers/bluetooth/btusb.c | 6 +++--- drivers/bluetooth/hci_qca.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) --- base-commit: 891916abe16fc409d6e600ddd41b86ecd8f5a9df change-id: 20260717-fix_vendor-6f40af4b1c91 Best regards, -- Zijun Hu <[email protected]>