mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Remove double blank lines in core/*.h
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
51e6fae39e
commit
11ab93f073
21 changed files with 0 additions and 462 deletions
|
@ -94,7 +94,6 @@ InitLed871x(
|
|||
_init_workitem(&(pLed->BlinkWorkItem), BlinkWorkItemCallback, pLed);
|
||||
}
|
||||
|
||||
|
||||
/* */
|
||||
/* Description: */
|
||||
/* DeInitialize an LED_871x object. */
|
||||
|
@ -109,7 +108,6 @@ DeInitLed871x(
|
|||
ResetLedStatus(pLed);
|
||||
}
|
||||
|
||||
|
||||
/* */
|
||||
/* Description: */
|
||||
/* Implementation of LED blinking behavior. */
|
||||
|
@ -169,7 +167,6 @@ static void SwLedBlink(PLED_871x pLed)
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
bStopBlinking = true;
|
||||
break;
|
||||
|
@ -622,7 +619,6 @@ static void SwLedBlink3(PLED_871x pLed)
|
|||
if ( pLed->bLedOn )
|
||||
SwLedOff(padapter, pLed);
|
||||
|
||||
|
||||
RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState));
|
||||
}
|
||||
pLed->bLedBlinkInProgress = false;
|
||||
|
@ -681,7 +677,6 @@ static void SwLedBlink3(PLED_871x pLed)
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -873,7 +868,6 @@ static void SwLedBlink4(PLED_871x pLed)
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -943,7 +937,6 @@ static void SwLedBlink5(PLED_871x pLed)
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
case LED_BLINK_TXRX:
|
||||
pLed->BlinkTimes--;
|
||||
if ( pLed->BlinkTimes == 0 )
|
||||
|
@ -1120,7 +1113,6 @@ SwLedControlMode0(
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -1296,7 +1288,6 @@ SwLedControlMode1(
|
|||
}
|
||||
break;
|
||||
|
||||
|
||||
case LED_CTL_STOP_WPS:
|
||||
if (pLed->bLedNoLinkBlinkInProgress == true)
|
||||
{
|
||||
|
@ -1739,7 +1730,6 @@ SwLedControlMode2(
|
|||
RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("CurrLedState %d\n", pLed->CurrLedState));
|
||||
}
|
||||
|
||||
|
||||
/* Edimax-Belkin, added by chiyoko, 20090413 */
|
||||
static void
|
||||
SwLedControlMode4(
|
||||
|
@ -2070,8 +2060,6 @@ SwLedControlMode4(
|
|||
RT_TRACE(_module_rtl8712_led_c_, _drv_info_, ("Led %d\n", pLed->CurrLedState));
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Sercomm-Belkin, added by chiyoko, 20090415 */
|
||||
static void
|
||||
SwLedControlMode5(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue