mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 22:13:06 +00:00
rtl8188eu: Convert "typedef struct {}LED_871x" to "struct PLED_871x"
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
f29537124a
commit
7c128d19a1
6 changed files with 45 additions and 45 deletions
|
@ -40,7 +40,7 @@
|
|||
/* Description: */
|
||||
/* Turn on LED according to LedPin specified. */
|
||||
/* */
|
||||
void SwLedOn(_adapter *padapter, PLED_871x pLed)
|
||||
void SwLedOn(_adapter *padapter, struct LED_871x * pLed)
|
||||
{
|
||||
u8 LedCfg;
|
||||
|
||||
|
@ -72,7 +72,7 @@ void SwLedOn(_adapter *padapter, PLED_871x pLed)
|
|||
/* Description: */
|
||||
/* Turn off LED according to LedPin specified. */
|
||||
/* */
|
||||
void SwLedOff(_adapter *padapter, PLED_871x pLed)
|
||||
void SwLedOff(_adapter *padapter, struct LED_871x * pLed)
|
||||
{
|
||||
u8 LedCfg;
|
||||
HAL_DATA_TYPE *pHalData = GET_HAL_DATA(padapter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue