staging: rtl8192e: Remove unused debug code
authorMike McCormack <mikem@ring3k.org>
Sun, 6 Feb 2011 13:54:48 +0000 (22:54 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 9 Feb 2011 19:50:18 +0000 (11:50 -0800)
Signed-off-by: Mike McCormack <mikem@ring3k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/r8192E_core.c

index d3046af..56d3aed 100644 (file)
  * Jerry chuang <wlanfae@realtek.com>
  */
 
-
-#undef RX_DONT_PASS_UL
-#undef DEBUG_EPROM
-#undef DEBUG_RX_VERBOSE
-#undef DUMMY_RX
-#undef DEBUG_ZERO_RX
-#undef DEBUG_RX_SKB
-#undef DEBUG_TX_FRAG
-#undef DEBUG_RX_FRAG
-#undef DEBUG_TX_FILLDESC
-#undef DEBUG_TX
-#undef DEBUG_IRQ
-#undef DEBUG_RX
-#undef DEBUG_RXALLOC
-#undef DEBUG_REGISTERS
-#undef DEBUG_RING
-#undef DEBUG_IRQ_TASKLET
-#undef DEBUG_TX_ALLOC
-#undef DEBUG_TX_DESC
-
 //#define CONFIG_RTL8192_IO_MAP
 #include <linux/vmalloc.h>
 #include <linux/slab.h>
 #endif
 
 //set here to open your trace code. //WB
-u32 rt_global_debug_component =
-               //              COMP_INIT       |
-                       //      COMP_EPROM      |
-               //              COMP_PHY        |
-               //              COMP_RF         |
-//                             COMP_FIRMWARE   |
-                       //      COMP_TRACE      |
-               //              COMP_DOWN       |
-               //              COMP_SWBW       |
-               //              COMP_SEC        |
-//                             COMP_QOS        |
-//                             COMP_RATE       |
-               //              COMP_RECV       |
-               //              COMP_SEND       |
-               //              COMP_POWER      |
-                       //      COMP_EVENTS     |
-                       //      COMP_RESET      |
-                       //      COMP_CMDPKT     |
-                       //      COMP_POWER_TRACKING     |
-                        //     COMP_INTR       |
-                               COMP_ERR ; //always open err flags on
+u32 rt_global_debug_component = COMP_ERR ; //always open err flags on
 
 static DEFINE_PCI_DEVICE_TABLE(rtl8192_pci_id_tbl) = {
        /* Realtek */