mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
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:
parent
058fa5a916
commit
78adabf36d
43 changed files with 289 additions and 324 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue