projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff02d6b
)
staging: rtl8192e: Remove LOOP_TEST as parameter
author
Larry Finger
<Larry.Finger@lwfinger.net>
Fri, 15 Jul 2011 03:01:47 +0000
(22:01 -0500)
committer
Larry Finger
<Larry.Finger@lwfinger.net>
Wed, 24 Aug 2011 02:30:20 +0000
(21:30 -0500)
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
drivers/staging/rtl8192e/rtl_core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8192e/rtl_core.c
b/drivers/staging/rtl8192e/rtl_core.c
index 2a842f425564763f6facf143d1ca61af94da5a59..7a7e91efebc6c39aeaae394b5c8b9f5fbf912bbc 100644
(file)
--- a/
drivers/staging/rtl8192e/rtl_core.c
+++ b/
drivers/staging/rtl8192e/rtl_core.c
@@
-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
@@
-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)