Skip to content

Commit

Permalink
staging: rtl8192e: Remove LOOP_TEST as parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
Larry Finger authored and Larry Finger committed Aug 24, 2011
1 parent ff02d6b commit 2e8bb57
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/rtl8192e/rtl_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2e8bb57

Please sign in to comment.