1
0
Fork 0
alistair23-linux/drivers/staging/rtl8192e
Sean MacLennan d37e0208df rtl8192e: Split the driver up
This patch splits the current r8192e_pci driver up into six different
drivers: rtllib, rtllib_crypt, rtllib_crypt_ccmp, rtllib_crypt_tkip,
rtllib_crypt_wep, and r8192e_pci.

Now that they are proper modules, the init and exit functions do not
need to be called directly. Also, the rtllib_*_null functions are not
needed since they will be loaded on demand.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-11-30 19:48:56 +09:00
..
Kconfig rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
Makefile rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
TODO rtl8192e: Add a TODO 2011-08-23 20:04:16 -05:00
dot11d.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
dot11d.h From: wlanfae <wlanfae@realtek.com> 2011-08-23 19:00:42 -05:00
license From: wlanfae <wlanfae@realtek.com> 2011-08-23 19:00:42 -05:00
r819xE_phyreg.h Staging: rtl8192e: Code style fix for r819xE_phyreg.h 2010-03-03 16:42:30 -08:00
r8190P_def.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I 2011-08-25 10:05:08 -07:00
r8190P_rtl8256.c staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I 2011-08-25 10:05:08 -07:00
r8190P_rtl8256.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I 2011-08-25 10:05:08 -07:00
r8192E_cmdpkt.c staging: rtl8192e: Silence smatch info in r8192E_cmdpkt.c 2011-09-06 16:35:57 -07:00
r8192E_cmdpkt.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part I 2011-08-25 10:05:08 -07:00
r8192E_dev.c staging: rtl8192e: Fix smatch info output for r8192E_dev.c 2011-09-06 16:35:57 -07:00
r8192E_dev.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III 2011-08-25 10:05:10 -07:00
r8192E_firmware.c staging: rtl8192e: Fix sparse (non-endian) warnings - Part II 2011-08-25 15:36:35 -07:00
r8192E_firmware.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III 2011-08-25 10:05:10 -07:00
r8192E_hw.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III 2011-08-25 10:05:10 -07:00
r8192E_hwimg.c staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part III 2011-08-25 10:05:10 -07:00
r8192E_hwimg.h staging: rtl8192e: Fix compilation warnings 2011-08-23 21:50:58 -05:00
r8192E_phy.c staging: rtl8192e: Fix smatch warnings regarding large arrays on stack 2011-09-06 16:35:59 -07:00
r8192E_phy.h staging: rtl8192e: Fix smatch warnings regarding large arrays on stack 2011-09-06 16:35:59 -07:00
r8192E_phyreg.h From: wlanfae <wlanfae@realtek.com> 2011-08-23 19:00:42 -05:00
rtl819x_BA.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part V 2011-08-25 10:05:10 -07:00
rtl819x_BAProc.c rtl8192e: create generic rtllib_debug.h 2011-11-30 19:44:09 +09:00
rtl819x_HT.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part V 2011-08-25 10:05:10 -07:00
rtl819x_HTProc.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
rtl819x_Qos.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VI 2011-08-25 10:05:11 -07:00
rtl819x_TS.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VI 2011-08-25 10:05:11 -07:00
rtl819x_TSProc.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
rtl_cam.c staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pM 2011-08-25 15:36:34 -07:00
rtl_cam.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part VII 2011-08-25 10:05:11 -07:00
rtl_core.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtl_core.h rtl8192e: create generic rtllib_debug.h 2011-11-30 19:44:09 +09:00
rtl_crypto.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part IX 2011-08-25 10:05:12 -07:00
rtl_debug.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtl_dm.c staging: rtl8192e: Fix sparse (non-endian) warnings - Part II 2011-08-25 15:36:35 -07:00
rtl_dm.h staging: rtl8192e: Cleanup checkpatch -f errors - Part X 2011-08-25 10:05:12 -07:00
rtl_eeprom.c staging: rtl8192e: Fix sparse (non-endian) warnings - Part II 2011-08-25 15:36:35 -07:00
rtl_eeprom.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI 2011-08-25 10:05:13 -07:00
rtl_ethtool.c rtl8192e: Remove extra ifdefs 2011-08-23 20:02:27 -05:00
rtl_pci.c staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVII 2011-08-25 10:05:15 -07:00
rtl_pci.h rtl8192e: create generic rtllib_debug.h 2011-11-30 19:44:09 +09:00
rtl_pm.c rtl8192e: drop alternate code paths for CONFIG_PM_RTL 2011-11-26 17:19:24 -08:00
rtl_pm.h rtl8192e: drop alternate code paths for CONFIG_PM_RTL 2011-11-26 17:19:24 -08:00
rtl_ps.c staging: rtl8192e: Fix sparse (non-endian) warnings - Part II 2011-08-25 15:36:35 -07:00
rtl_ps.h rtl8192e: create generic rtllib_debug.h 2011-11-30 19:44:09 +09:00
rtl_wx.c staging: rtl8192e: Fix smatch warning in rtl_wx.c 2011-09-06 16:35:57 -07:00
rtl_wx.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XVIII 2011-08-25 10:05:16 -07:00
rtllib.h rtl8192e: create generic rtllib_debug.h 2011-11-30 19:44:09 +09:00
rtllib_crypt.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtllib_crypt.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI 2011-08-25 10:05:13 -07:00
rtllib_crypt_ccmp.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtllib_crypt_tkip.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtllib_crypt_wep.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtllib_debug.h rtl8192e: create generic rtllib_debug.h 2011-11-30 19:44:09 +09:00
rtllib_endianfree.h staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XI 2011-08-25 10:05:13 -07:00
rtllib_module.c rtl8192e: Split the driver up 2011-11-30 19:48:56 +09:00
rtllib_rx.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
rtllib_softmac.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
rtllib_softmac_wx.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
rtllib_tx.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00
rtllib_wx.c rtl8192e: Export symbols 2011-11-30 19:45:26 +09:00