aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r8192U_core.c
diff options
context:
space:
mode:
authorAntoine Schweitzer-Chaput <antoine@schweitzer-chaput.fr>2014-06-24 20:41:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-16 12:23:10 -0700
commit1572f632035194cfb2bf18a50d356faed676aa67 (patch)
treed5596b7ee48c52ab7422aa9597c0c53890654c6d /drivers/staging/rtl8192u/r8192U_core.c
parentstaging: rtl8192u: remove unused define USB_RX_AGGREGATION_SUPPORT (diff)
downloadlinux-dev-1572f632035194cfb2bf18a50d356faed676aa67.tar.xz
linux-dev-1572f632035194cfb2bf18a50d356faed676aa67.zip
staging: rtl8192u: remove unused define LOOP_TEST
Signed-off-by: Antoine Schweitzer-Chaput <antoine@schweitzer-chaput.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r8192U_core.c')
-rw-r--r--drivers/staging/rtl8192u/r8192U_core.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c
index bd15651930d0..0f5960538ae6 100644
--- a/drivers/staging/rtl8192u/r8192U_core.c
+++ b/drivers/staging/rtl8192u/r8192U_core.c
@@ -56,7 +56,6 @@ double __extendsfdf2(float a)
}
#endif
-#undef LOOP_TEST
#undef DUMP_RX
#undef DUMP_TX
#undef DEBUG_TX_DESC2
@@ -701,13 +700,11 @@ void rtl8192_set_chan(struct net_device *dev, short ch)
/* this hack should avoid frame TX during channel setting*/
-#ifndef LOOP_TEST
//need to implement rf set channel here WB
if (priv->rf_set_chan)
priv->rf_set_chan(dev, priv->chan);
mdelay(10);
-#endif
}
static void rtl8192_rx_isr(struct urb *urb);