rtl8188eu: Enable LEDs

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-03-23 18:46:53 -05:00
parent 569af61929
commit be58a411b0
2 changed files with 0 additions and 14 deletions

View file

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