]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9fff4492be820b0bece8bbb9e1f105a68e2efec3
tree48b47208b56cc1b7f522570f115620287e9a7363
parent3b5ae1ac5c8f016521210714c9f37187be057d4d
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]