rtl8188eu: Remove trailing white space from all source files

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-18 23:28:07 -05:00
parent 77e736c66a
commit f5f3863bc5
205 changed files with 55371 additions and 55581 deletions

View file

@ -257,10 +257,10 @@ struct pkt_attrib
u8 ack_policy;
u8 mac_id;
u8 vcs_mode; //virtual carrier sense method
u8 dst[ETH_ALEN];
u8 dst[ETH_ALEN];
u8 src[ETH_ALEN];
u8 ta[ETH_ALEN];
u8 ra[ETH_ALEN];
u8 ra[ETH_ALEN];
u8 key_idx;
u8 qos_en;
u8 ht_en;
@ -276,7 +276,7 @@ struct pkt_attrib
u8 eosp;
u8 rate;
u8 intel_proxim;
u8 retry_ctrl;
u8 retry_ctrl;
struct sta_info * psta;
#ifdef CONFIG_TCP_CSUM_OFFLOAD_TX
u8 hw_tcp_csum;
@ -303,7 +303,7 @@ struct pkt_attrib
#define MP_FRAMETAG 0x07
#define TXAGG_FRAMETAG 0x08
#define TXAGG_FRAMETAG 0x08
struct submit_ctx{
u32 submit_time; /* */
@ -385,7 +385,7 @@ struct xmit_buf
u8 *ptail;
u8 *pend;
u32 ff_hwaddr;
u8 pg_num;
u8 pg_num;
u8 agg_num;
#ifdef PLATFORM_OS_XP
PMDL pxmitbuf_mdl;
@ -458,7 +458,7 @@ struct sta_xmit_priv
struct tx_servq bk_q; //priority == 1,2
struct tx_servq vi_q; //priority == 4,5
struct tx_servq vo_q; //priority == 6,7
_list legacy_dz;
_list legacy_dz;
_list apsd;
u16 txseq_tid[16];
@ -474,7 +474,7 @@ struct sta_xmit_priv
struct hw_txqueue {
volatile sint head;
volatile sint tail;
volatile sint free_sz; //in units of 64 bytes
volatile sint free_sz; //in units of 64 bytes
volatile sint free_cmdsz;
volatile sint txsz[8];
uint ff_hwaddr;
@ -565,7 +565,7 @@ struct xmit_priv {
// Tx
struct rtw_tx_ring tx_ring[PCI_MAX_TX_QUEUE_COUNT];
int txringcount[PCI_MAX_TX_QUEUE_COUNT];
u8 beaconDMAing; //flag of indicating beacon is transmiting to HW by DMA
u8 beaconDMAing; //flag of indicating beacon is transmiting to HW by DMA
#ifdef PLATFORM_LINUX
struct tasklet_struct xmit_tasklet;
#endif
@ -594,11 +594,11 @@ struct xmit_priv {
#ifdef CONFIG_TX_EARLY_MODE
#ifdef CONFIG_SDIO_HCI
#define MAX_AGG_PKT_NUM 20
#define MAX_AGG_PKT_NUM 20
#else
#define MAX_AGG_PKT_NUM 256 //Max tx ampdu coounts
#define MAX_AGG_PKT_NUM 256 //Max tx ampdu coounts
#endif
struct agg_pkt_info agg_pkt[MAX_AGG_PKT_NUM];
#endif
@ -607,7 +607,7 @@ struct xmit_priv {
_mutex ack_tx_mutex;
struct submit_ctx ack_tx_ops;
#endif
};
extern struct xmit_buf *rtw_alloc_xmitbuf_ext(struct xmit_priv *pxmitpriv);
@ -683,4 +683,3 @@ void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status);
#include <xmit_osdep.h>
#endif //_RTL871X_XMIT_H_