summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r819xE_firmware.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: declare MODULE_FIRMWARE in various driversBen Hutchings2010-03-031-0/+4
| | | | | | Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: Small code fixes for r819xE_firmware.cRadu Voicilas2010-03-031-33/+48
| | | | | | Signed-off-by: Radu Voicilas <rvoicilas@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: fix timeouts on firmware downloadGreg Kroah-Hartman2009-09-151-14/+16
| | | | | | | | | | | We need to actually wait a specific ammount of time, not just hope that a set number of loops will be long enough. Based on a conversation with Ralink, and a proposed patch for their older kernel driver. Cc: david woo <xinhua_wu@realsil.com.cn> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: coding style cleanups on r819xE_firmware.cGreg Kroah-Hartman2009-09-151-169/+160
| | | | | | | | This cleans up everything but a few 80 column issues in the r819xE_firmware.c file. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: remove another firmware header file not being usedGreg Kroah-Hartman2009-09-151-19/+14
| | | | | | | | | | | The built-in firmware images are never used, the firmware files are downloaded to the device through the standard firmware interface. This removes the firmware header file as it's not ever used. It also removes a .h file as it is not needed. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: remove firmware header file not being usedGreg Kroah-Hartman2009-09-151-28/+1
| | | | | | | | | This removes the r819xP firmware file that is never used. The size of the built code after this patch is identical to before it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: remove kernel version checksGreg Kroah-Hartman2009-09-151-10/+0
| | | | | | | | | This removes a lot of code that is never built in to the driver. The size of the built code after this patch is identical to before it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: remove #if 0 sectionsGreg Kroah-Hartman2009-09-151-219/+0
| | | | | | | | | This removes a lot of code that is never built in to the driver. The size of the built code after this patch is identical to before it. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: remove unused functionsGreg Kroah-Hartman2009-09-151-48/+0
| | | | | | | This removes a number of unused functions. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: fix lots of sparse warningsGreg Kroah-Hartman2009-09-151-5/+5
| | | | | | | | This removes a number of static and extern warnings that sparse complains about. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add Realtek 8192 PCI wireless driverGreg Kroah-Hartman2009-09-151-0/+668
This wireless driver should work for the Realtek 8192 PCI devices. It comes directly from Realtek and has been tested to work on at least one laptop in the wild. Cc: Anthony Wong <awong1@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud