mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove all trailing spaces from code
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
8db176767f
commit
bb33327257
190 changed files with 53569 additions and 53764 deletions
|
@ -1,7 +1,7 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
|
||||
*
|
||||
*
|
||||
* 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
|
||||
* published by the Free Software Foundation.
|
||||
|
@ -31,8 +31,8 @@ enum {
|
|||
};
|
||||
|
||||
struct sreset_priv {
|
||||
_mutex silentreset_mutex;
|
||||
u8 silent_reset_inprogress;
|
||||
_mutex silentreset_mutex;
|
||||
u8 silent_reset_inprogress;
|
||||
u8 Wifi_Error_Status;
|
||||
unsigned long last_tx_time;
|
||||
unsigned long last_tx_complete_time;
|
||||
|
@ -42,14 +42,14 @@ struct sreset_priv {
|
|||
|
||||
#include <rtl8188e_hal.h>
|
||||
|
||||
#define WIFI_STATUS_SUCCESS 0
|
||||
#define USB_VEN_REQ_CMD_FAIL BIT0
|
||||
#define USB_READ_PORT_FAIL BIT1
|
||||
#define WIFI_STATUS_SUCCESS 0
|
||||
#define USB_VEN_REQ_CMD_FAIL BIT0
|
||||
#define USB_READ_PORT_FAIL BIT1
|
||||
#define USB_WRITE_PORT_FAIL BIT2
|
||||
#define WIFI_MAC_TXDMA_ERROR BIT3
|
||||
#define WIFI_MAC_TXDMA_ERROR BIT3
|
||||
#define WIFI_TX_HANG BIT4
|
||||
#define WIFI_RX_HANG BIT5
|
||||
#define WIFI_IF_NOT_EXIST BIT6
|
||||
#define WIFI_IF_NOT_EXIST BIT6
|
||||
|
||||
void sreset_init_value(struct adapter *padapter);
|
||||
void sreset_reset_value(struct adapter *padapter);
|
||||
|
@ -60,4 +60,3 @@ bool sreset_inprogress(struct adapter *padapter);
|
|||
void sreset_reset(struct adapter *padapter);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue