rtl8188eu: Remove CONFIG_LED configuration variables

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-18 10:22:43 -05:00
parent 83e1776605
commit 8fbf5c37a9
5 changed files with 4 additions and 110 deletions

View file

@ -99,13 +99,6 @@
#define CONFIG_SKB_COPY //for amsdu
#define CONFIG_LED
#ifdef CONFIG_LED
#define CONFIG_SW_LED
#endif // CONFIG_LED
#define USB_INTERFERENCE_ISSUE // this should be checked in all usb interface
#define CONFIG_NEW_SIGNAL_STAT_PROCESS
#define RTW_NOTCH_FILTER 0 /* 0:Disable, 1:Enable, */

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