mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +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
|
@ -1611,7 +1611,7 @@ _func_exit_;
|
|||
return res;
|
||||
}
|
||||
|
||||
u8 rtw_led_blink_cmd(_adapter*padapter, PLED_871x pLed)
|
||||
u8 rtw_led_blink_cmd(_adapter*padapter, struct LED_871x * pLed)
|
||||
{
|
||||
struct cmd_obj* pcmdobj;
|
||||
struct LedBlink_param *ledBlink_param;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue