summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wcmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/vt6655/wcmd.h')
-rw-r--r--drivers/staging/vt6655/wcmd.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/staging/vt6655/wcmd.h b/drivers/staging/vt6655/wcmd.h
index 67b08f61edc..c3c41808951 100644
--- a/drivers/staging/vt6655/wcmd.h
+++ b/drivers/staging/vt6655/wcmd.h
@@ -111,34 +111,34 @@ typedef enum tagCMD_STATE {
/*--------------------- Export Functions --------------------------*/
void
vResetCommandTimer(
- IN void *hDeviceContext
+ void *hDeviceContext
);
void
vCommandTimer (
- IN void *hDeviceContext
+ void *hDeviceContext
);
BOOL bClearBSSID_SCAN(
- IN void *hDeviceContext
+ void *hDeviceContext
);
BOOL
bScheduleCommand(
- IN void *hDeviceContext,
- IN CMD_CODE eCommand,
- IN PBYTE pbyItem0
+ void *hDeviceContext,
+ CMD_CODE eCommand,
+ PBYTE pbyItem0
);
void
vCommandTimerWait(
- IN void *hDeviceContext,
- IN UINT MSecond
+ void *hDeviceContext,
+ UINT MSecond
);
#ifdef TxInSleep
void
BSSvSecondTxData(
- IN void *hDeviceContext
+ void *hDeviceContext
);
#endif