rtl8188eu: Convert "typedef struct {}LED_871x" to "struct PLED_871x"

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-22 17:07:13 -05:00
parent f29537124a
commit 7c128d19a1
6 changed files with 45 additions and 45 deletions

View file

@ -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;