aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/baseband.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6656/baseband.h')
-rw-r--r--drivers/staging/vt6656/baseband.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/drivers/staging/vt6656/baseband.h b/drivers/staging/vt6656/baseband.h
index d54d4150dd0f..d59992c17ec8 100644
--- a/drivers/staging/vt6656/baseband.h
+++ b/drivers/staging/vt6656/baseband.h
@@ -117,15 +117,8 @@ BBvCaculateParameter (
// timer for antenna diversity
-void
-TimerSQ3CallBack (
- HANDLE hDeviceContext
- );
-
-void
-TimerSQ3Tmax3CallBack (
- HANDLE hDeviceContext
- );
+void TimerSQ3CallBack(void *hDeviceContext);
+void TimerSQ3Tmax3CallBack(void *hDeviceContext);
void BBvAntennaDiversity(PSDevice pDevice, BYTE byRxRate, BYTE bySQ3);
void BBvLoopbackOn(PSDevice pDevice);