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>
This commit is contained in:
parent
32db98b92c
commit
4a22870ced
@ -92,68 +92,53 @@ enum ht_aggre_mode {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct rt_hi_throughput {
|
struct rt_hi_throughput {
|
||||||
u8 enable_ht;
|
u8 enable_ht;
|
||||||
u8 bCurrentHTSupport;
|
u8 bCurrentHTSupport;
|
||||||
|
u8 bRegBW40MHz;
|
||||||
u8 bRegBW40MHz;
|
u8 bCurBW40MHz;
|
||||||
u8 bCurBW40MHz;
|
u8 bRegShortGI40MHz;
|
||||||
|
u8 bCurShortGI40MHz;
|
||||||
u8 bRegShortGI40MHz;
|
u8 bRegShortGI20MHz;
|
||||||
u8 bCurShortGI40MHz;
|
u8 bCurShortGI20MHz;
|
||||||
|
u8 bRegSuppCCK;
|
||||||
u8 bRegShortGI20MHz;
|
u8 bCurSuppCCK;
|
||||||
u8 bCurShortGI20MHz;
|
|
||||||
|
|
||||||
u8 bRegSuppCCK;
|
|
||||||
u8 bCurSuppCCK;
|
|
||||||
|
|
||||||
enum ht_spec_ver ePeerHTSpecVer;
|
enum ht_spec_ver ePeerHTSpecVer;
|
||||||
|
|
||||||
struct ht_capab_ele SelfHTCap;
|
struct ht_capab_ele SelfHTCap;
|
||||||
struct ht_info_ele SelfHTInfo;
|
struct ht_info_ele SelfHTInfo;
|
||||||
|
u8 PeerHTCapBuf[32];
|
||||||
u8 PeerHTCapBuf[32];
|
u8 PeerHTInfoBuf[32];
|
||||||
u8 PeerHTInfoBuf[32];
|
u8 bAMSDU_Support;
|
||||||
|
u16 nAMSDU_MaxSize;
|
||||||
u8 bAMSDU_Support;
|
u8 bCurrent_AMSDU_Support;
|
||||||
u16 nAMSDU_MaxSize;
|
u16 nCurrent_AMSDU_MaxSize;
|
||||||
u8 bCurrent_AMSDU_Support;
|
u8 bAMPDUEnable;
|
||||||
u16 nCurrent_AMSDU_MaxSize;
|
u8 bCurrentAMPDUEnable;
|
||||||
|
u8 AMPDU_Factor;
|
||||||
u8 bAMPDUEnable;
|
u8 CurrentAMPDUFactor;
|
||||||
u8 bCurrentAMPDUEnable;
|
u8 MPDU_Density;
|
||||||
u8 AMPDU_Factor;
|
|
||||||
u8 CurrentAMPDUFactor;
|
|
||||||
u8 MPDU_Density;
|
|
||||||
u8 current_mpdu_density;
|
u8 current_mpdu_density;
|
||||||
|
|
||||||
enum ht_aggre_mode ForcedAMPDUMode;
|
enum ht_aggre_mode ForcedAMPDUMode;
|
||||||
u8 forced_ampdu_factor;
|
u8 forced_ampdu_factor;
|
||||||
u8 forced_mpdu_density;
|
u8 forced_mpdu_density;
|
||||||
|
|
||||||
enum ht_aggre_mode ForcedAMSDUMode;
|
enum ht_aggre_mode ForcedAMSDUMode;
|
||||||
u8 forced_short_gi;
|
u8 forced_short_gi;
|
||||||
|
|
||||||
u8 current_op_mode;
|
u8 current_op_mode;
|
||||||
|
|
||||||
u8 self_mimo_ps;
|
u8 self_mimo_ps;
|
||||||
u8 peer_mimo_ps;
|
u8 peer_mimo_ps;
|
||||||
|
|
||||||
enum ht_extchnl_offset CurSTAExtChnlOffset;
|
enum ht_extchnl_offset CurSTAExtChnlOffset;
|
||||||
u8 cur_tx_bw40mhz;
|
u8 cur_tx_bw40mhz;
|
||||||
u8 sw_bw_in_progress;
|
u8 sw_bw_in_progress;
|
||||||
u8 reg_rt2rt_aggregation;
|
u8 reg_rt2rt_aggregation;
|
||||||
u8 RT2RT_HT_Mode;
|
u8 RT2RT_HT_Mode;
|
||||||
u8 current_rt2rt_aggregation;
|
u8 current_rt2rt_aggregation;
|
||||||
u8 current_rt2rt_long_slot_time;
|
u8 current_rt2rt_long_slot_time;
|
||||||
u8 sz_rt2rt_agg_buf[10];
|
u8 sz_rt2rt_agg_buf[10];
|
||||||
|
|
||||||
u8 reg_rx_reorder_enable;
|
u8 reg_rx_reorder_enable;
|
||||||
u8 cur_rx_reorder_enable;
|
u8 cur_rx_reorder_enable;
|
||||||
u8 rx_reorder_win_size;
|
u8 rx_reorder_win_size;
|
||||||
u8 rx_reorder_pending_time;
|
u8 rx_reorder_pending_time;
|
||||||
u16 rx_reorder_drop_counter;
|
u16 rx_reorder_drop_counter;
|
||||||
u8 IOTPeer;
|
u8 IOTPeer;
|
||||||
u32 iot_action;
|
u32 iot_action;
|
||||||
u8 iot_ra_func;
|
u8 iot_ra_func;
|
||||||
} __packed;
|
} __packed;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user