RE: [PATCH 1/3] wifi: rtlwifi: Remove unused rtl_usb_{resume|suspend}
From: Ping-Ke Shih
Date: Sun May 04 2025 - 22:07:40 EST
> Did you see the question in the 0/3 cover letter asking why
> rtl8188ee_bt_hw_init() isn't called?
Checked vendor driver. For RTL8188E, only USB interface implements this function,
but no caller. The PCI interface doesn't support Bluetooth.
I think you can find the vendor drivers in github or somewhere. That's not
too hard to address this.