summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/r819xE_cmdpkt.c
Commit message (Collapse)AuthorAgeFilesLines
* Staging: rtl8192e: Use skb_tail_pointerJeff Mahoney2010-03-031-1/+1
| | | | | | | | | rtl8192e uses skb->tail directly. This patch uses the tail pointer macros instead. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-1/+1
| | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: rtl8192e: remove #if 0 sectionsGreg Kroah-Hartman2009-09-151-16/+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: fix lots of sparse warningsGreg Kroah-Hartman2009-09-151-9/+3
| | | | | | | | 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/+826
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