mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2025-01-03 21:04:05 +00:00
Code cleanup
This commit is contained in:
parent
3bcd47fdd5
commit
1f3ca23fc8
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
|
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
* under the terms of version 2 of the GNU General Public License as
|
* under the terms of version 2 of the GNU General Public License as
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
// LED_819xUsb routines.
|
// LED_819xUsb routines.
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
|
||||||
//
|
//
|
||||||
@ -42,7 +42,7 @@
|
|||||||
//
|
//
|
||||||
static void
|
static void
|
||||||
SwLedOn_8814AU(
|
SwLedOn_8814AU(
|
||||||
PADAPTER padapter,
|
PADAPTER padapter,
|
||||||
PLED_USB pLed
|
PLED_USB pLed
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
@ -73,7 +73,7 @@ SwLedOn_8814AU(
|
|||||||
//
|
//
|
||||||
static void
|
static void
|
||||||
SwLedOff_8814AU(
|
SwLedOff_8814AU(
|
||||||
PADAPTER padapter,
|
PADAPTER padapter,
|
||||||
PLED_USB pLed
|
PLED_USB pLed
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
@ -144,4 +144,3 @@ rtl8814au_DeInitSwLeds(
|
|||||||
DeInitLed( &(ledpriv->SwLed1) );
|
DeInitLed( &(ledpriv->SwLed1) );
|
||||||
DeInitLed( &(ledpriv->SwLed2) );
|
DeInitLed( &(ledpriv->SwLed2) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user