summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211/proc.c
Commit message (Collapse)AuthorAgeFilesLines
* staging: rtl8192u: remove unused filesDave Hansen2014-02-071-112/+0
| | | | | | | | | | | | | | | | I was doing some code audits looking at scattergather uses, and noticed that update() in drivers/staging/rtl8192u/ieee80211/digest.c uses sg.page which doesn't exist any longer, so this can't possibly compile. Turns out that digest.c is actually unused. It doesn't get referenced in a Makefile or get compiled and doesn't get used as far as I can see. I then widened the search to all the files in the directory. There are a *bunch* that look unused. I removed all of them, then added them back one at a time until the driver compiled again. Signed-off-by: Dave Hansen <dave.hansen@intel.com> Cc: jerry-chuang@realtek.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* constify a bunch of struct file_operations instancesAl Viro2013-04-091-1/+1
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro2013-04-091-5/+1
| | | | Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
* Staging: rtl8192u: remove bad whitespacesMauro Carvalho Chehab2009-12-111-1/+1
| | | | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: Added Realtek rtl8192u driver to stagingJerry Chuang2009-12-111-0/+116
Add Realtek linux driver for rtl8192u as provided by Realtek rtl8192u_linux_2.6.0006.1031.2008.tar.gz, send to me C/C staging ML. This version won't compile against upstream, doesn't follow Linux CodingStyle and has their own ieee80211 stack. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
OpenPOWER on IntegriCloud