History log of /drivers/staging/rtl8192e/rtl8192e/rtl_core.h
Revision Date Author Comments
e0ec8a67089762b29071e879388986ab7370d330 13-Dec-2011 Devendra Naga <devendra.aaru@gmail.com> staging: remove version.h includes in rtl8192e

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
3d461c912462b6b36ff9cf2c2f605ef37aeab438 29-Nov-2011 Sean MacLennan <seanm@seanm.ca> rtl8192e: Split into two directories

Now that the rtl8192e driver is split up, it makes sense to keep the
rtllib code in one directory and the rtl8192e specific code in
another. This patch contains the split and the fixup of includes.

Since rtl_core.h already included rtllib.h and dot11d.h, rtl_core.h
was updated to point to the parent directory. All other references to
rtllib.h and dot11d.h in the rtl8192e specific code where deleted
rather than fixed. This leaves just one file that needs to know the
real location of the rtllib includes.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>