Bruno Randolf <br1@xxxxxxxxxxx> writes: > Hi Jens, Jes :) > I just tested your driver with a RTL8188CU rev A ("Vilros" ID 0bda:8176) > and it works well so far! I'm missing monitor mode however. Do you see > any chance to add that? It's on the todo list, but fairly far down the list. I am more focused on adding support for more devices and features at this point. > Your patch seems to be correct, but in your own git, branch > 'rtl8723au-mac80211' you seem to be missing the below part: > > On 10/15/2015 01:44 AM, Jes.Sorensen@xxxxxxxxxx wrote: >> --- a/drivers/net/wireless/realtek/Makefile >> +++ b/drivers/net/wireless/realtek/Makefile >> @@ -5,4 +5,5 @@ >> obj-$(CONFIG_RTL8180) += rtl818x/ >> obj-$(CONFIG_RTL8187) += rtl818x/ >> obj-$(CONFIG_RTLWIFI) += rtlwifi/ >> +obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/ > > And it has that leftover in drivers/net/wireless/Makefile: > > obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o > > I had to add the following change to my local tree in order to be able > to build: > > diff --git a/drivers/net/wireless/Makefile b/drivers/net/wireless/Makefile > index bc44950..740fdd3 100644 > --- a/drivers/net/wireless/Makefile > +++ b/drivers/net/wireless/Makefile > @@ -37,8 +37,6 @@ obj-$(CONFIG_LIBERTAS_THINFIRM) += libertas_tf/ > > obj-$(CONFIG_ADM8211) += adm8211.o > > -obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o > - > obj-$(CONFIG_MWL8K) += mwl8k.o > > obj-$(CONFIG_IWLWIFI) += iwlwifi/ > diff --git a/drivers/net/wireless/realtek/Makefile > b/drivers/net/wireless/realtek/Makefile > index 3489b98..9c78deb 100644 > --- a/drivers/net/wireless/realtek/Makefile > +++ b/drivers/net/wireless/realtek/Makefile > @@ -5,4 +5,5 @@ > obj-$(CONFIG_RTL8180) += rtl818x/ > obj-$(CONFIG_RTL8187) += rtl818x/ > obj-$(CONFIG_RTLWIFI) += rtlwifi/ > +obj-$(CONFIG_RTL8XXXU) += rtl8xxxu/ Thanks, I already fixed this, but I may have forgotten to git push it. Let me fix that. Thanks for testing, I am pleased to hear it works well for you! Cheers, Jes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html