summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl_core.c
diff options
context:
space:
mode:
authorLarry Finger <Larry.Finger@lwfinger.net>2011-07-14 22:01:47 -0500
committerLarry Finger <Larry.Finger@lwfinger.net>2011-08-23 21:30:20 -0500
commit2e8bb570266e5e89837f117c08c0636f4b3e3d2b (patch)
treebb8e7078ca5472bf0f1104cbb3c72a3f7977c30f /drivers/staging/rtl8192e/rtl_core.c
parentff02d6bf972254710aa41dfdafab1d8ede3083a8 (diff)
downloadop-kernel-dev-2e8bb570266e5e89837f117c08c0636f4b3e3d2b.zip
op-kernel-dev-2e8bb570266e5e89837f117c08c0636f4b3e3d2b.tar.gz
staging: rtl8192e: Remove LOOP_TEST as parameter
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl_core.c')
-rw-r--r--drivers/staging/rtl8192e/rtl_core.c7
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@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)
OpenPOWER on IntegriCloud