Commit 1572f632 authored by Antoine Schweitzer-Chaput's avatar Antoine Schweitzer-Chaput Committed by Greg Kroah-Hartman

staging: rtl8192u: remove unused define LOOP_TEST

Signed-off-by: default avatarAntoine Schweitzer-Chaput <antoine@schweitzer-chaput.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a49332eb
...@@ -56,7 +56,6 @@ double __extendsfdf2(float a) ...@@ -56,7 +56,6 @@ double __extendsfdf2(float a)
} }
#endif #endif
#undef LOOP_TEST
#undef DUMP_RX #undef DUMP_RX
#undef DUMP_TX #undef DUMP_TX
#undef DEBUG_TX_DESC2 #undef DEBUG_TX_DESC2
...@@ -701,13 +700,11 @@ void rtl8192_set_chan(struct net_device *dev, short ch) ...@@ -701,13 +700,11 @@ void rtl8192_set_chan(struct net_device *dev, short ch)
/* this hack should avoid frame TX during channel setting*/ /* this hack should avoid frame TX during channel setting*/
#ifndef LOOP_TEST
//need to implement rf set channel here WB //need to implement rf set channel here WB
if (priv->rf_set_chan) if (priv->rf_set_chan)
priv->rf_set_chan(dev, priv->chan); priv->rf_set_chan(dev, priv->chan);
mdelay(10); mdelay(10);
#endif
} }
static void rtl8192_rx_isr(struct urb *urb); static void rtl8192_rx_isr(struct urb *urb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment