aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/main_usb.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2010-06-25 19:20:58 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-08 16:01:05 -0400
commitfeaf03d3b42290f4c275ebf11641759bf4e1c458 (patch)
treeccf0f02134ac152db7fb246fd6187b24daabc062 /drivers/staging/vt6656/main_usb.c
parent3adb149d2b118654305591db6a28df9e1798550f (diff)
staging: vt6656: removed TxInSleep definition
Removed an always defined macro, perhaps used to patch the driver Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/main_usb.c')
-rw-r--r--drivers/staging/vt6656/main_usb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index 6a04245e9ed..5dbd61d0c70 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -1239,10 +1239,7 @@ device_release_WPADEV(pDevice);
1239 del_timer(&pDevice->sTimerCommand); 1239 del_timer(&pDevice->sTimerCommand);
1240 del_timer(&pMgmt->sTimerSecondCallback); 1240 del_timer(&pMgmt->sTimerSecondCallback);
1241 1241
1242//2007-0115-02<Add>by MikeLiu
1243#ifdef TxInSleep
1244 del_timer(&pDevice->sTimerTxData); 1242 del_timer(&pDevice->sTimerTxData);
1245#endif
1246 1243
1247 if (pDevice->bDiversityRegCtlON) { 1244 if (pDevice->bDiversityRegCtlON) {
1248 del_timer(&pDevice->TimerSQ3Tmax1); 1245 del_timer(&pDevice->TimerSQ3Tmax1);