On Fri, Mar 08, 2019 at 09:55:43PM +0800, yhchuang@xxxxxxxxxxx wrote: > From: Yan-Hsuan Chuang <yhchuang@xxxxxxxxxxx> > > The rtlwifi driver is conflicting with Realtek's new 802.11ac chip > series driver rtw88, remove it to avoid racing with the same ID. > > The rtw88 driver can be found at drivers/net/wireless/realtek/rtw88 The only objection I have here is that your new driver does not support all of the devices that this driver does. So why not just rip out the PCI stuff for the staging driver until the USB/SDIO code gets added to the new one, and then you can drop the rest of this code? thanks, greg k-h