Skip to content

Commit 4a22870

Browse files
treedaviesgregkh
authored andcommitted
staging: rtl8192e: Remove whitespace and blank lines
This patch cleans up extraneous whitespace for the struct rt_hi_throughput definition. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Message-ID: <ZJODGu4pvNNQc134@tacos.darkphysics> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 32db98b commit 4a22870

1 file changed

Lines changed: 23 additions & 38 deletions

File tree

drivers/staging/rtl8192e/rtl819x_HT.h

Lines changed: 23 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -92,68 +92,53 @@ enum ht_aggre_mode {
9292
};
9393

9494
struct rt_hi_throughput {
95-
u8 enable_ht;
96-
u8 bCurrentHTSupport;
97-
98-
u8 bRegBW40MHz;
99-
u8 bCurBW40MHz;
100-
101-
u8 bRegShortGI40MHz;
102-
u8 bCurShortGI40MHz;
103-
104-
u8 bRegShortGI20MHz;
105-
u8 bCurShortGI20MHz;
106-
107-
u8 bRegSuppCCK;
108-
u8 bCurSuppCCK;
109-
95+
u8 enable_ht;
96+
u8 bCurrentHTSupport;
97+
u8 bRegBW40MHz;
98+
u8 bCurBW40MHz;
99+
u8 bRegShortGI40MHz;
100+
u8 bCurShortGI40MHz;
101+
u8 bRegShortGI20MHz;
102+
u8 bCurShortGI20MHz;
103+
u8 bRegSuppCCK;
104+
u8 bCurSuppCCK;
110105
enum ht_spec_ver ePeerHTSpecVer;
111-
112106
struct ht_capab_ele SelfHTCap;
113107
struct ht_info_ele SelfHTInfo;
114-
115-
u8 PeerHTCapBuf[32];
116-
u8 PeerHTInfoBuf[32];
117-
118-
u8 bAMSDU_Support;
119-
u16 nAMSDU_MaxSize;
120-
u8 bCurrent_AMSDU_Support;
121-
u16 nCurrent_AMSDU_MaxSize;
122-
123-
u8 bAMPDUEnable;
124-
u8 bCurrentAMPDUEnable;
125-
u8 AMPDU_Factor;
126-
u8 CurrentAMPDUFactor;
127-
u8 MPDU_Density;
108+
u8 PeerHTCapBuf[32];
109+
u8 PeerHTInfoBuf[32];
110+
u8 bAMSDU_Support;
111+
u16 nAMSDU_MaxSize;
112+
u8 bCurrent_AMSDU_Support;
113+
u16 nCurrent_AMSDU_MaxSize;
114+
u8 bAMPDUEnable;
115+
u8 bCurrentAMPDUEnable;
116+
u8 AMPDU_Factor;
117+
u8 CurrentAMPDUFactor;
118+
u8 MPDU_Density;
128119
u8 current_mpdu_density;
129-
130120
enum ht_aggre_mode ForcedAMPDUMode;
131121
u8 forced_ampdu_factor;
132122
u8 forced_mpdu_density;
133-
134123
enum ht_aggre_mode ForcedAMSDUMode;
135124
u8 forced_short_gi;
136-
137125
u8 current_op_mode;
138-
139126
u8 self_mimo_ps;
140127
u8 peer_mimo_ps;
141-
142128
enum ht_extchnl_offset CurSTAExtChnlOffset;
143129
u8 cur_tx_bw40mhz;
144130
u8 sw_bw_in_progress;
145131
u8 reg_rt2rt_aggregation;
146-
u8 RT2RT_HT_Mode;
132+
u8 RT2RT_HT_Mode;
147133
u8 current_rt2rt_aggregation;
148134
u8 current_rt2rt_long_slot_time;
149135
u8 sz_rt2rt_agg_buf[10];
150-
151136
u8 reg_rx_reorder_enable;
152137
u8 cur_rx_reorder_enable;
153138
u8 rx_reorder_win_size;
154139
u8 rx_reorder_pending_time;
155140
u16 rx_reorder_drop_counter;
156-
u8 IOTPeer;
141+
u8 IOTPeer;
157142
u32 iot_action;
158143
u8 iot_ra_func;
159144
} __packed;

0 commit comments

Comments
 (0)