[PATCH 27/30] staging: rtl8192e: Remove LOOP_TEST as parameter

Larry Finger Larry.Finger at lwfinger.net
Fri Jul 15 16:01:52 UTC 2011


Signed-off-by: Larry Finger <Larry.Finger at lwfinger.net>
---
 drivers/staging/rtl8192e/rtl_core.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtl_core.c b/drivers/staging/rtl8192e/rtl_core.c
index 2a842f4..7a7e91e 100644
--- a/drivers/staging/rtl8192e/rtl_core.c
+++ b/drivers/staging/rtl8192e/rtl_core.c
@@ -22,7 +22,6 @@
  * Contact Information:
  * wlanfae <wlanfae at realtek.com>
 ******************************************************************************/
-#undef LOOP_TEST
 #undef RX_DONT_PASS_UL
 #undef DEBUG_EPROM
 #undef DEBUG_RX_VERBOSE
@@ -559,14 +558,8 @@ void rtl8192_set_chan(struct net_device *dev,short ch)
 
     priv->chan = ch;
 
-
-#ifndef LOOP_TEST
-
-
     if (priv->rf_set_chan)
         priv->rf_set_chan(dev,priv->chan);
-
-#endif
 }
 
 void rtl8192_update_cap(struct net_device* dev, u16 cap)
-- 
1.7.3.4




More information about the devel mailing list