rtl8188eu: Remove unused IN and OUT directives used only for Windows

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-26 22:51:56 -05:00
parent 058fa5a916
commit 78adabf36d
43 changed files with 289 additions and 324 deletions

View file

@ -179,10 +179,10 @@ phy_PathB_IQK_8192C(
void
phy_PathAFillIQKMatrix(
PADAPTER pAdapter,
IN bool bIQKOK,
bool bIQKOK,
s4Byte result[][8],
u1Byte final_candidate,
IN bool bTxOnly
bool bTxOnly
)
{
u4Byte Oldval_0, X, TX0_A, reg;
@ -246,7 +246,7 @@ phy_PathAFillIQKMatrix(
void
phy_PathBFillIQKMatrix(
PADAPTER pAdapter,
IN bool bIQKOK,
bool bIQKOK,
s4Byte result[][8],
u1Byte final_candidate,
bool bTxOnly //do Tx only
@ -1498,7 +1498,7 @@ PHY_APCalibrate_8192C(
void
ODM_ResetIQKResult(
IN PDM_ODM_T pDM_Odm
PDM_ODM_T pDM_Odm
)
{
u1Byte i;