mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Replace PVOID and VOID
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b6b121512b
commit
17d1637977
46 changed files with 712 additions and 718 deletions
|
@ -142,7 +142,7 @@ sic_CalculateBitShift(
|
|||
|
||||
static u32
|
||||
sic_Read4Byte(
|
||||
PVOID Adapter,
|
||||
void * Adapter,
|
||||
u32 offset
|
||||
)
|
||||
{
|
||||
|
@ -193,9 +193,9 @@ sic_Read4Byte(
|
|||
return u4ret;
|
||||
}
|
||||
|
||||
static VOID
|
||||
static void
|
||||
sic_Write4Byte(
|
||||
PVOID Adapter,
|
||||
void * Adapter,
|
||||
u32 offset,
|
||||
u32 data
|
||||
)
|
||||
|
@ -239,7 +239,7 @@ sic_Write4Byte(
|
|||
//============================================================
|
||||
// extern function
|
||||
//============================================================
|
||||
static VOID
|
||||
static void
|
||||
SIC_SetBBReg(
|
||||
IN struct adapter *Adapter,
|
||||
IN u32 RegAddr,
|
||||
|
@ -322,7 +322,7 @@ SIC_QueryBBReg(
|
|||
return (ReturnValue);
|
||||
}
|
||||
|
||||
VOID
|
||||
void
|
||||
SIC_Init(
|
||||
IN struct adapter *Adapter
|
||||
)
|
||||
|
@ -423,7 +423,7 @@ rtl8188e_PHY_QueryBBReg(
|
|||
* Note: This function is equal to "PutRegSetting" in PHY programming guide
|
||||
*/
|
||||
|
||||
VOID
|
||||
void
|
||||
rtl8188e_PHY_SetBBReg(
|
||||
IN struct adapter *Adapter,
|
||||
IN u32 RegAddr,
|
||||
|
@ -599,7 +599,7 @@ phy_RFSerialRead(
|
|||
*
|
||||
*
|
||||
*/
|
||||
static VOID
|
||||
static void
|
||||
phy_RFSerialWrite(
|
||||
IN struct adapter * Adapter,
|
||||
IN RF_RADIO_PATH_E eRFPath,
|
||||
|
@ -689,7 +689,7 @@ rtl8188e_PHY_QueryRFReg(
|
|||
* Return: None
|
||||
* Note: This function is equal to "PutRFRegSetting" in PHY programming guide
|
||||
*/
|
||||
VOID
|
||||
void
|
||||
rtl8188e_PHY_SetRFReg(
|
||||
IN struct adapter * Adapter,
|
||||
IN RF_RADIO_PATH_E eRFPath,
|
||||
|
@ -872,7 +872,7 @@ s32 PHY_MACConfig8188E(struct adapter *Adapter)
|
|||
* Return: None
|
||||
* Note: The initialization value is constant and it should never be changes
|
||||
*/
|
||||
static VOID
|
||||
static void
|
||||
phy_InitBBRFRegisterDefinition(
|
||||
IN struct adapter * Adapter
|
||||
)
|
||||
|
@ -1014,7 +1014,7 @@ phy_ConfigBBWithParaFile(
|
|||
//****************************************
|
||||
// The following is for High Power PA
|
||||
//****************************************
|
||||
VOID
|
||||
void
|
||||
phy_ConfigBBExternalPA(
|
||||
IN struct adapter * Adapter
|
||||
)
|
||||
|
@ -1167,7 +1167,7 @@ exit:
|
|||
}
|
||||
#endif //#ifndef CONFIG_PHY_SETTING_WITH_ODM
|
||||
|
||||
VOID
|
||||
void
|
||||
storePwrIndexDiffRateOffset(
|
||||
IN struct adapter *Adapter,
|
||||
IN u32 RegAddr,
|
||||
|
@ -1360,7 +1360,7 @@ phy_ConfigBBWithPgHeaderFile(
|
|||
|
||||
|
||||
|
||||
static VOID
|
||||
static void
|
||||
phy_BB8192C_Config_1T(
|
||||
IN struct adapter *Adapter
|
||||
)
|
||||
|
@ -1898,7 +1898,7 @@ PHY_CheckBBAndRFOK(
|
|||
}
|
||||
|
||||
|
||||
VOID
|
||||
void
|
||||
rtl8192c_PHY_GetHWRegOriginalValue(
|
||||
IN struct adapter * Adapter
|
||||
)
|
||||
|
@ -2035,7 +2035,7 @@ phy_TxPwrIdxToDbm(
|
|||
* Return: NONE
|
||||
*
|
||||
*---------------------------------------------------------------------------*/
|
||||
VOID
|
||||
void
|
||||
PHY_GetTxPowerLevel8188E(
|
||||
IN struct adapter * Adapter,
|
||||
OUT u32* powerlevel
|
||||
|
@ -2204,7 +2204,7 @@ void phy_PowerIndexCheck88E(
|
|||
* 2009/01/21 MHC Support new EEPROM format from SD3 requirement.
|
||||
*
|
||||
*---------------------------------------------------------------------------*/
|
||||
VOID
|
||||
void
|
||||
PHY_SetTxPowerLevel8188E(
|
||||
IN struct adapter * Adapter,
|
||||
IN u8 channel
|
||||
|
@ -2302,7 +2302,7 @@ rtl8192c_PHY_SetBeaconHwReg(
|
|||
}
|
||||
|
||||
|
||||
VOID
|
||||
void
|
||||
PHY_ScanOperationBackup8188E(
|
||||
IN struct adapter *Adapter,
|
||||
IN u8 Operation
|
||||
|
@ -2325,7 +2325,7 @@ PHY_ScanOperationBackup8188E(
|
|||
* (2) Will two workitem of "switch channel" and "switch channel bandwidth" run
|
||||
* concurrently?
|
||||
*---------------------------------------------------------------------------*/
|
||||
static VOID
|
||||
static void
|
||||
_PHY_SetBWMode92C(
|
||||
IN struct adapter *Adapter
|
||||
)
|
||||
|
@ -2488,7 +2488,7 @@ _PHY_SetBWMode92C(
|
|||
*
|
||||
* Note: We do not take j mode into consideration now
|
||||
*---------------------------------------------------------------------------*/
|
||||
VOID
|
||||
void
|
||||
PHY_SetBWMode8188E(
|
||||
IN struct adapter * Adapter,
|
||||
IN HT_CHANNEL_WIDTH Bandwidth, // 20M or 40M
|
||||
|
@ -2582,7 +2582,7 @@ phy_SpurCalibration_8188E(
|
|||
}
|
||||
|
||||
}
|
||||
VOID
|
||||
void
|
||||
PHY_SwChnl8188E( // Call after initialization
|
||||
IN struct adapter *Adapter,
|
||||
IN u8 channel
|
||||
|
@ -2735,7 +2735,7 @@ phy_FinishSwChnlNow( // We should not call this function directly
|
|||
// However, this procedure is performed synchronously which should be running under
|
||||
// passive level.
|
||||
//
|
||||
VOID
|
||||
void
|
||||
PHY_SwChnlPhy8192C( // Only called during initialize
|
||||
IN struct adapter *Adapter,
|
||||
IN u8 channel
|
||||
|
@ -2781,7 +2781,7 @@ PHY_SwChnlPhy8192C( // Only called during initialize
|
|||
// Note, because we possibly need to configure BB and RF in this function,
|
||||
// so caller should in PASSIVE_LEVEL. 080118, by rcnjko.
|
||||
//
|
||||
VOID
|
||||
void
|
||||
PHY_SetMonitorMode8192C(
|
||||
IN struct adapter * pAdapter,
|
||||
IN BOOLEAN bEnableMonitorMode
|
||||
|
@ -2819,7 +2819,7 @@ PHY_CheckIsLegalRfPath8192C(
|
|||
|
||||
} /* PHY_CheckIsLegalRfPath8192C */
|
||||
|
||||
static VOID _PHY_SetRFPathSwitch(
|
||||
static void _PHY_SetRFPathSwitch(
|
||||
IN struct adapter *pAdapter,
|
||||
IN BOOLEAN bMain,
|
||||
IN BOOLEAN is2T
|
||||
|
@ -2886,7 +2886,7 @@ static BOOLEAN _PHY_QueryRFPathSwitch(
|
|||
}
|
||||
|
||||
|
||||
static VOID
|
||||
static void
|
||||
_PHY_DumpRFReg(IN struct adapter *pAdapter)
|
||||
{
|
||||
u32 rfRegValue,rfRegOffset;
|
||||
|
@ -2911,7 +2911,7 @@ _PHY_DumpRFReg(IN struct adapter *pAdapter)
|
|||
// To dump all Tx FIFO LLT related link-list table.
|
||||
// Added by Roger, 2009.03.10.
|
||||
//
|
||||
VOID
|
||||
void
|
||||
DumpBBDbgPort_92CU(
|
||||
IN struct adapter * Adapter
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue