aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
diff options
context:
space:
mode:
authorMike McCormack <mikem@ring3k.org>2011-02-06 08:54:48 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-09 14:50:18 -0500
commit57be9583360bcbcc6e712dc881763b1f2e597f50 (patch)
tree8cce4da229554ebe2fb5b19dd6f10ec99bdad616 /drivers/staging/rtl8192e
parent4803ef77da6ac74b0288be1fd15bdc7fe240acfa (diff)
staging: rtl8192e: Remove unused debug code
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r--drivers/staging/rtl8192e/r8192E_core.c42
1 files changed, 1 insertions, 41 deletions
diff --git a/drivers/staging/rtl8192e/r8192E_core.c b/drivers/staging/rtl8192e/r8192E_core.c
index d3046afce0d..56d3aed46df 100644
--- a/drivers/staging/rtl8192e/r8192E_core.c
+++ b/drivers/staging/rtl8192e/r8192E_core.c
@@ -24,26 +24,6 @@
24 * Jerry chuang <wlanfae@realtek.com> 24 * Jerry chuang <wlanfae@realtek.com>
25 */ 25 */
26 26
27
28#undef RX_DONT_PASS_UL
29#undef DEBUG_EPROM
30#undef DEBUG_RX_VERBOSE
31#undef DUMMY_RX
32#undef DEBUG_ZERO_RX
33#undef DEBUG_RX_SKB
34#undef DEBUG_TX_FRAG
35#undef DEBUG_RX_FRAG
36#undef DEBUG_TX_FILLDESC
37#undef DEBUG_TX
38#undef DEBUG_IRQ
39#undef DEBUG_RX
40#undef DEBUG_RXALLOC
41#undef DEBUG_REGISTERS
42#undef DEBUG_RING
43#undef DEBUG_IRQ_TASKLET
44#undef DEBUG_TX_ALLOC
45#undef DEBUG_TX_DESC
46
47//#define CONFIG_RTL8192_IO_MAP 27//#define CONFIG_RTL8192_IO_MAP
48#include <linux/vmalloc.h> 28#include <linux/vmalloc.h>
49#include <linux/slab.h> 29#include <linux/slab.h>
@@ -67,27 +47,7 @@
67#endif 47#endif
68 48
69//set here to open your trace code. //WB 49//set here to open your trace code. //WB
70u32 rt_global_debug_component = 50u32 rt_global_debug_component = COMP_ERR ; //always open err flags on
71 // COMP_INIT |
72 // COMP_EPROM |
73 // COMP_PHY |
74 // COMP_RF |
75// COMP_FIRMWARE |
76 // COMP_TRACE |
77 // COMP_DOWN |
78 // COMP_SWBW |
79 // COMP_SEC |
80// COMP_QOS |
81// COMP_RATE |
82 // COMP_RECV |
83 // COMP_SEND |
84 // COMP_POWER |
85 // COMP_EVENTS |
86 // COMP_RESET |
87 // COMP_CMDPKT |
88 // COMP_POWER_TRACKING |
89 // COMP_INTR |
90 COMP_ERR ; //always open err flags on
91 51
92static DEFINE_PCI_DEVICE_TABLE(rtl8192_pci_id_tbl) = { 52static DEFINE_PCI_DEVICE_TABLE(rtl8192_pci_id_tbl) = {
93 /* Realtek */ 53 /* Realtek */