diff options
| author | Antoine Schweitzer-Chaput <antoine@schweitzer-chaput.fr> | 2014-06-24 20:41:42 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-16 12:23:10 -0700 |
| commit | 1572f632035194cfb2bf18a50d356faed676aa67 (patch) | |
| tree | d5596b7ee48c52ab7422aa9597c0c53890654c6d /drivers/staging/rtl8192u | |
| parent | a49332ebce02239084dd8c0e83821430b0008152 (diff) | |
| download | linux-1572f632035194cfb2bf18a50d356faed676aa67.tar.gz linux-1572f632035194cfb2bf18a50d356faed676aa67.tar.bz2 linux-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')
| -rw-r--r-- | drivers/staging/rtl8192u/r8192U_core.c | 3 |
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); |
