Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging:r8188eu: remove bLedStartToLinkBlinkInProgress and bSWLedCtrl members of LED_871x structure

These members of LED_871x structure does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ivan Safonov and committed by
Greg Kroah-Hartman
005aca51 f4bf56ac

-4
-1
drivers/staging/rtl8188eu/core/rtw_led.c
··· 60 60 61 61 pLed->bLedNoLinkBlinkInProgress = false; 62 62 pLed->bLedLinkBlinkInProgress = false; 63 - pLed->bLedStartToLinkBlinkInProgress = false; 64 63 pLed->bLedScanBlinkInProgress = false; 65 64 } 66 65
-3
drivers/staging/rtl8188eu/include/rtw_led.h
··· 70 70 71 71 struct timer_list BlinkTimer; /* Timer object for led blinking. */ 72 72 73 - u8 bSWLedCtrl; 74 - 75 73 /* ALPHA, added by chiyoko, 20090106 */ 76 74 u8 bLedNoLinkBlinkInProgress; 77 75 u8 bLedLinkBlinkInProgress; 78 - u8 bLedStartToLinkBlinkInProgress; 79 76 u8 bLedScanBlinkInProgress; 80 77 struct work_struct BlinkWorkItem; /* Workitem used by BlinkTimer to 81 78 * manipulate H/W to blink LED. */