rtl8188eu: Remove all trailing spaces from code

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2014-12-19 00:59:46 -06:00
parent 8db176767f
commit bb33327257
190 changed files with 53569 additions and 53764 deletions

View file

@ -226,10 +226,10 @@ struct pkt_attrib
int mac_id;
int 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;
@ -278,10 +278,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;
@ -297,7 +297,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;
@ -318,7 +318,7 @@ struct pkt_attrib
#define MP_FRAMETAG 0x07
#define TXAGG_FRAMETAG 0x08
#define TXAGG_FRAMETAG 0x08
struct submit_ctx{
u32 submit_time; /* */
@ -387,7 +387,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;
@ -459,7 +459,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];
@ -475,7 +475,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
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
@ -688,4 +688,3 @@ void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status);
#include <xmit_osdep.h>
#endif //_RTL871X_XMIT_H_