Commit 2e8bb570 authored by Larry Finger's avatar Larry Finger

staging: rtl8192e: Remove LOOP_TEST as parameter

Signed-off-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent ff02d6bf
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
* Contact Information: * Contact Information:
* wlanfae <wlanfae@realtek.com> * wlanfae <wlanfae@realtek.com>
******************************************************************************/ ******************************************************************************/
#undef LOOP_TEST
#undef RX_DONT_PASS_UL #undef RX_DONT_PASS_UL
#undef DEBUG_EPROM #undef DEBUG_EPROM
#undef DEBUG_RX_VERBOSE #undef DEBUG_RX_VERBOSE
...@@ -559,14 +558,8 @@ void rtl8192_set_chan(struct net_device *dev,short ch) ...@@ -559,14 +558,8 @@ void rtl8192_set_chan(struct net_device *dev,short ch)
priv->chan = ch; priv->chan = ch;
#ifndef LOOP_TEST
if (priv->rf_set_chan) if (priv->rf_set_chan)
priv->rf_set_chan(dev,priv->chan); priv->rf_set_chan(dev,priv->chan);
#endif
} }
void rtl8192_update_cap(struct net_device* dev, u16 cap) void rtl8192_update_cap(struct net_device* dev, u16 cap)
......
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