mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Enable LEDs
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
569af61929
commit
be58a411b0
2 changed files with 0 additions and 14 deletions
|
@ -171,15 +171,11 @@ struct led_priv{
|
|||
/* add for led controll */
|
||||
};
|
||||
|
||||
#ifdef CONFIG_SW_LED
|
||||
#define rtw_led_control(adapter, LedAction) \
|
||||
do { \
|
||||
if((adapter)->ledpriv.LedControlHandler) \
|
||||
(adapter)->ledpriv.LedControlHandler((adapter), (LedAction)); \
|
||||
} while(0)
|
||||
#else /* CONFIG_SW_LED */
|
||||
#define rtw_led_control(adapter, LedAction)
|
||||
#endif /* CONFIG_SW_LED */
|
||||
|
||||
void BlinkTimerCallback(void *data);
|
||||
void BlinkWorkItemCallback(struct work_struct *work);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue