On Wed, Nov 30, 2011 at 01:37:50PM -0500, Sean MacLennan wrote: > On Wed, 30 Nov 2011 19:48:13 +0900 > Greg KH <greg@xxxxxxxxx> wrote: > > > This patch causes the following warnings: > > > > WARNING: drivers/staging/rtl8192u/r8192u_usb: > > 'HTUpdateSelfAndPeerSetting' exported twice. Previous export was in > > drivers/staging/rtl8192e/r8192e_pci.ko WARNING: > > drivers/staging/rtl8192u/r8192u_usb: 'IsLegalChannel' exported twice. > > Previous export was in drivers/staging/rtl8192e/r8192e_pci.ko > > WARNING: drivers/staging/rtl8192u/r8192u_usb: 'Dot11d_Init' exported > > twice. Previous export was in drivers/staging/rtl8192e/r8192e_pci.ko > > Hmmmm..... at first glance it looks like rtl8192u might also be able > to use rtllib.... > > Is anybody actively working on rtl8192u? Easy way to do this for any part of the kernel is to use 'git log' on the files you are interested in. So for this case, do: git log drivers/staging/rtl8192u/ which shows not much, if any, real work done on the code in quite some time. Hope this helps, greg k-h _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/devel