mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-09 06:43:06 +00:00
rtl8188eu: Remove CONFIG_LED and related configuration variables
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
27f745af7b
commit
7f426e6764
4 changed files with 0 additions and 91 deletions
|
@ -11017,11 +11017,6 @@ u8 led_blink_hdl(struct adapter *padapter, unsigned char *pbuf)
|
|||
return H2C_PARAMETERS_ERROR;
|
||||
|
||||
ledBlink_param = (struct LedBlink_param *)pbuf;
|
||||
|
||||
#ifdef CONFIG_LED_HANDLED_BY_CMD_THREAD
|
||||
BlinkHandler(ledBlink_param->pLed);
|
||||
#endif
|
||||
|
||||
return H2C_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue