On 21/08/2024 09:25, Ping-Ke Shih wrote: > Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: >> I'm not sure if SDIO devices have the same problem. > > A SDIO user has confirmed this change can make SDIO devices send out beacon, > but still have other problems though. > > By v2, I will take this patch and change condition > if (rtw_hci_type(rtwdev) != RTW_HCI_TYPE_USB) > to > if (rtw_hci_type(rtwdev) == RTW_HCI_TYPE_PCIE) > That's great! I will send v2.