aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/baseband.c
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-05-12 23:54:39 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 16:24:03 -0400
commit3a215e0ff4184314f7f1a099354a272ddedff289 (patch)
tree997552cb95f28681348474b04ebd88f25c366a4b /drivers/staging/vt6655/baseband.c
parent71e510673134999627fd180181079ffccb9ec756 (diff)
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.c')
-rw-r--r--drivers/staging/vt6655/baseband.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c
index 7a69490fc7e..2931a0ffcf3 100644
--- a/drivers/staging/vt6655/baseband.c
+++ b/drivers/staging/vt6655/baseband.c
@@ -1725,13 +1725,13 @@ s_ulGetRatio(PSDevice pDevice);
1725static 1725static
1726void 1726void
1727s_vChangeAntenna( 1727s_vChangeAntenna(
1728 IN PSDevice pDevice 1728 PSDevice pDevice
1729 ); 1729 );
1730 1730
1731static 1731static
1732void 1732void
1733s_vChangeAntenna ( 1733s_vChangeAntenna (
1734 IN PSDevice pDevice 1734 PSDevice pDevice
1735 ) 1735 )
1736{ 1736{
1737 1737
@@ -1778,10 +1778,10 @@ s_vChangeAntenna (
1778 */ 1778 */
1779UINT 1779UINT
1780BBuGetFrameTime ( 1780BBuGetFrameTime (
1781 IN BYTE byPreambleType, 1781 BYTE byPreambleType,
1782 IN BYTE byPktType, 1782 BYTE byPktType,
1783 IN UINT cbFrameLength, 1783 UINT cbFrameLength,
1784 IN WORD wRate 1784 WORD wRate
1785 ) 1785 )
1786{ 1786{
1787 UINT uFrameTime; 1787 UINT uFrameTime;
@@ -1845,10 +1845,10 @@ BBuGetFrameTime (
1845 */ 1845 */
1846void 1846void
1847BBvCaculateParameter ( 1847BBvCaculateParameter (
1848 IN PSDevice pDevice, 1848 PSDevice pDevice,
1849 IN UINT cbFrameLength, 1849 UINT cbFrameLength,
1850 IN WORD wRate, 1850 WORD wRate,
1851 IN BYTE byPacketType, 1851 BYTE byPacketType,
1852 OUT PWORD pwPhyLen, 1852 OUT PWORD pwPhyLen,
1853 OUT PBYTE pbyPhySrv, 1853 OUT PBYTE pbyPhySrv,
1854 OUT PBYTE pbyPhySgn 1854 OUT PBYTE pbyPhySgn
@@ -2878,7 +2878,7 @@ BBvAntennaDiversity (PSDevice pDevice, BYTE byRxRate, BYTE bySQ3)
2878 2878
2879void 2879void
2880TimerSQ3CallBack ( 2880TimerSQ3CallBack (
2881 IN void *hDeviceContext 2881 void *hDeviceContext
2882 ) 2882 )
2883{ 2883{
2884 PSDevice pDevice = (PSDevice)hDeviceContext; 2884 PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -2926,7 +2926,7 @@ TimerSQ3CallBack (
2926 2926
2927void 2927void
2928TimerState1CallBack ( 2928TimerState1CallBack (
2929 IN void *hDeviceContext 2929 void *hDeviceContext
2930 ) 2930 )
2931{ 2931{
2932 PSDevice pDevice = (PSDevice)hDeviceContext; 2932 PSDevice pDevice = (PSDevice)hDeviceContext;