mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
Fix some of the sparse warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
d4fa4d178f
commit
300892ebfd
14 changed files with 686 additions and 767 deletions
|
@ -886,7 +886,7 @@ void SetTxPower(PADAPTER pAdapter)
|
|||
Hal_SetTxPower(pAdapter);
|
||||
}
|
||||
|
||||
void SetTxAGCOffset(PADAPTER pAdapter, u32 ulTxAGCOffset)
|
||||
static void SetTxAGCOffset(PADAPTER pAdapter, u32 ulTxAGCOffset)
|
||||
{
|
||||
u32 TxAGCOffset_B, TxAGCOffset_C, TxAGCOffset_D,tmpAGC;
|
||||
|
||||
|
@ -970,13 +970,13 @@ void SetCarrierSuppressionTx(PADAPTER pAdapter, u8 bStart)
|
|||
Hal_SetCarrierSuppressionTx(pAdapter, bStart);
|
||||
}
|
||||
|
||||
void SetCCKContinuousTx(PADAPTER pAdapter, u8 bStart)
|
||||
static void SetCCKContinuousTx(PADAPTER pAdapter, u8 bStart)
|
||||
{
|
||||
PhySetTxPowerLevel(pAdapter);
|
||||
Hal_SetCCKContinuousTx(pAdapter,bStart);
|
||||
}
|
||||
|
||||
void SetOFDMContinuousTx(PADAPTER pAdapter, u8 bStart)
|
||||
static void SetOFDMContinuousTx(PADAPTER pAdapter, u8 bStart)
|
||||
{
|
||||
PhySetTxPowerLevel(pAdapter);
|
||||
Hal_SetOFDMContinuousTx( pAdapter, bStart);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue