2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 12:14:01 +08:00
linux-next/drivers/staging/rtl8192su
Herton Ronaldo Krzesinski a010a33752 Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload
On rtl81* additions, they had its wireless stack made builtin instead of
separated modules. But try_module_get/module_put in stack were kept,
they are uneeded with the stack builtin and makes rtl81* modules
impossible to remove on a system with an rtl81* card. request_module
calls are also uneeded with stack builtin, so remove them too.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-10-30 14:47:43 -07:00
..
ieee80211 Staging: rtl8187se/rtl8192e/rtl8192su: allow module unload 2009-10-30 14:47:43 -07:00
authors Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
Kconfig Staging: rtl8192su: convert to net_device_ops 2009-07-12 13:21:45 -07:00
Makefile Staging: rtl8192su: compile fixes 2009-09-15 12:02:16 -07:00
r819xU_cmdpkt.c Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r819xU_cmdpkt.h Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r819xU_HTGen.h Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r819xU_HTType.h Staging: rtl8192su: remove USB_TX_DRIVER_AGGREGATION_ENABLE ifdefs 2009-09-15 12:01:37 -07:00
r8180_93cx6.c Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8180_93cx6.h Staging: rtl8192su: remove RTL8192SU ifdefs 2009-09-15 12:01:39 -07:00
r8192S_Efuse.c Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r8192S_Efuse.h Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8192S_firmware.c Staging: rtl8192su: remove NOT_YET ifdefs 2009-09-15 12:01:42 -07:00
r8192S_firmware.h Staging: rtl8192su: remove RTL8192SE ifdefs 2009-09-15 12:01:39 -07:00
r8192S_hw.h Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r8192S_phy.c Staging: rtl8192su: remove NOT_YET ifdefs 2009-09-15 12:01:42 -07:00
r8192S_phy.h Staging: rtl8192su: remove kernel version compatibility wrappers 2009-09-15 12:01:28 -07:00
r8192S_phyreg.h Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8192S_rtl6052.c Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r8192S_rtl6052.h Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r8192S_rtl8225.c Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8192S_rtl8225.h Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8192SU_HWImg.c Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8192SU_HWImg.h Staging: add rtl8192SU wireless usb driver 2009-06-19 11:00:53 -07:00
r8192U_core.c Staging: rtl8192su: add linux/vmalloc.h 2009-09-15 12:02:17 -07:00
r8192U_dm.c Staging: rtl8192su: remove more unused files 2009-09-15 12:01:41 -07:00
r8192U_dm.h Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
r8192U_pm.c Staging: rtl8192su: remove CONFIG_RTL8192_PM ifdefs 2009-09-15 12:01:37 -07:00
r8192U_pm.h Staging: rtl8192su: remove CONFIG_RTL8192_PM ifdefs 2009-09-15 12:01:37 -07:00
r8192U_wx.c Staging: ARRAY_SIZE changes 2009-09-15 12:02:06 -07:00
r8192U_wx.h Staging: rtl8192su: remove duplicate dot11d.h and ieee80211.h includes 2009-09-15 12:01:27 -07:00
r8192U.h Staging: rtl8192su: remove dead code 2009-09-15 12:01:40 -07:00
TODO Staging: rtl8192su/ieee80211: remove superfluous container_of definition 2009-09-15 12:01:42 -07:00