The rtl8192e procfs-based debug interface seems very broken
authorSean MacLennan <seanm@seanm.ca>
Tue, 9 Apr 2013 01:18:06 +0000 (21:18 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 9 Apr 2013 18:13:06 +0000 (14:13 -0400)
commitf56e2947be4585fd35627b4b778c582ca7fb5b03
tree48b47208b56cc1b7f522570f115620287e9a7363
parentc037773cc7f8d3fb72dabc3dc0a53f5376d1383c
The rtl8192e procfs-based debug interface seems very broken

The procfs debug code in rtl_debug.c is, ironically, very buggy: it lacks proper locking.
Since the most useful part of the code (the stats) are available through more
standard APIs, I think it is best to just delete the whole mess.

Signed-off-by: Sean MacLennan <seanm@seanm.ca>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
drivers/staging/rtl8192e/rtl8192e/Makefile
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.h
drivers/staging/rtl8192e/rtl8192e/rtl_debug.c [deleted file]