[PATCH 4/6] rtl8192e: Export symbols

Greg KH greg at kroah.com
Wed Nov 30 10:48:13 UTC 2011


On Mon, Nov 28, 2011 at 08:20:26PM -0500, Sean MacLennan wrote:
> 
> The rtl8192e driver had a natural split between the more generic
> rtllib code and the more specific rtl8192e code. This patch exports
> all the symbols needed by the r8192 specific code from the rtllib
> generic code.
> 
> Signed-off-by: Sean MacLennan <seanm at seanm.ca>

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

Hopefully it goes away with a later patch...

greg k-h



More information about the devel mailing list