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. > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> Acked-by: Ping-Ke Shih <pkshih@xxxxxxxxxxx>