On 16/06/2025 04:51, Ping-Ke Shih wrote: > Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: >> There are a few differences in the power on/off functions between PCIE >> and USB. >> >> While the RTL8851BU appears to work without these changes, it's >> probably best to implement them, in case they are needed in some >> situations. > > The difference between RTL8851BE and RTL8851BU is very small, so it is > reasonable to combine them with conditions of hci.type. If other chips > have much difference, please define array such as > pwr_on_func[RTW89_HCI_TYPE_NUM] > > It would much easier to update the changes from vendor driver. > It looks like RTL8852BU and RTL8852CU will need very similar changes. I don't know about RTL8922AU because there is no driver yet. >> >> Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> > > Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx> >