summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/baseband.h
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-05-13 03:54:39 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 20:24:03 (GMT)
commit3a215e0ff4184314f7f1a099354a272ddedff289 (patch)
tree997552cb95f28681348474b04ebd88f25c366a4b /drivers/staging/vt6655/baseband.h
parent71e510673134999627fd180181079ffccb9ec756 (diff)
downloadlinux-fsl-qoriq-3a215e0ff4184314f7f1a099354a272ddedff289.tar.xz
Staging: vt6655: remove IN definition
Remove empty IN definition used to specify input parameters. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/baseband.h')
-rw-r--r--drivers/staging/vt6655/baseband.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index 23f7ad1..3eea7aa 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -120,18 +120,18 @@
UINT
BBuGetFrameTime(
- IN BYTE byPreambleType,
- IN BYTE byPktType,
- IN UINT cbFrameLength,
- IN WORD wRate
+ BYTE byPreambleType,
+ BYTE byPktType,
+ UINT cbFrameLength,
+ WORD wRate
);
void
BBvCaculateParameter (
- IN PSDevice pDevice,
- IN UINT cbFrameLength,
- IN WORD wRate,
- IN BYTE byPacketType,
+ PSDevice pDevice,
+ UINT cbFrameLength,
+ WORD wRate,
+ BYTE byPacketType,
OUT PWORD pwPhyLen,
OUT PBYTE pbyPhySrv,
OUT PBYTE pbyPhySgn
@@ -162,12 +162,12 @@ void BBvExitDeepSleep(DWORD_PTR dwIoBase, BYTE byLocalID);
void
TimerSQ3CallBack (
- IN void *hDeviceContext
+ void *hDeviceContext
);
void
TimerState1CallBack(
- IN void *hDeviceContext
+ void *hDeviceContext
);
void BBvAntennaDiversity(PSDevice pDevice, BYTE byRxRate, BYTE bySQ3);