lkml.org 
[lkml]   [2015]   [Jun]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/16] staging: rtl8192e: Remove unused code in rtl819x_HT.h
    Date
    Delete unused enums, structures and macros.

    Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
    ---
    drivers/staging/rtl8192e/rtl819x_HT.h | 128 ----------------------------------
    1 file changed, 128 deletions(-)

    diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h
    index f7076d7..0535810 100644
    --- a/drivers/staging/rtl8192e/rtl819x_HT.h
    +++ b/drivers/staging/rtl8192e/rtl819x_HT.h
    @@ -19,45 +19,12 @@
    #ifndef _RTL819XU_HTTYPE_H_
    #define _RTL819XU_HTTYPE_H_

    -
    -#define HT_OPMODE_NO_PROTECT 0
    -#define HT_OPMODE_OPTIONAL 1
    -#define HT_OPMODE_40MHZ_PROTECT 2
    -#define HT_OPMODE_MIXED 3
    -
    #define MIMO_PS_STATIC 0
    #define MIMO_PS_DYNAMIC 1
    #define MIMO_PS_NOLIMIT 3

    -
    -
    #define sHTCLng 4

    -
    -#define HT_SUPPORTED_MCS_1SS_BITMAP 0x000000ff
    -#define HT_SUPPORTED_MCS_2SS_BITMAP 0x0000ff00
    -#define HT_SUPPORTED_MCS_1SS_2SS_BITMAP \
    - (HT_MCS_1SS_BITMAP | HT_MCS_1SS_2SS_BITMAP)
    -
    -enum ht_mcs_rate {
    - HT_MCS0 = 0x00000001,
    - HT_MCS1 = 0x00000002,
    - HT_MCS2 = 0x00000004,
    - HT_MCS3 = 0x00000008,
    - HT_MCS4 = 0x00000010,
    - HT_MCS5 = 0x00000020,
    - HT_MCS6 = 0x00000040,
    - HT_MCS7 = 0x00000080,
    - HT_MCS8 = 0x00000100,
    - HT_MCS9 = 0x00000200,
    - HT_MCS10 = 0x00000400,
    - HT_MCS11 = 0x00000800,
    - HT_MCS12 = 0x00001000,
    - HT_MCS13 = 0x00002000,
    - HT_MCS14 = 0x00004000,
    - HT_MCS15 = 0x00008000,
    -};
    -
    enum ht_channel_width {
    HT_CHANNEL_WIDTH_20 = 0,
    HT_CHANNEL_WIDTH_20_40 = 1,
    @@ -77,27 +44,6 @@ enum chnl_op {
    CHNLOP_SWCHNL = 3,
    };

    -enum ht_action {
    - ACT_RECOMMAND_WIDTH = 0,
    - ACT_MIMO_PWR_SAVE = 1,
    - ACT_PSMP = 2,
    - ACT_SET_PCO_PHASE = 3,
    - ACT_MIMO_CHL_MEASURE = 4,
    - ACT_RECIPROCITY_CORRECT = 5,
    - ACT_MIMO_CSI_MATRICS = 6,
    - ACT_MIMO_NOCOMPR_STEER = 7,
    - ACT_MIMO_COMPR_STEER = 8,
    - ACT_ANTENNA_SELECT = 9,
    -};
    -
    -
    -enum ht_bw40_sc {
    - SC_MODE_DUPLICATE = 0,
    - SC_MODE_LOWER = 1,
    - SC_MODE_UPPER = 2,
    - SC_MODE_FULL40MHZ = 3,
    -};
    -
    struct ht_capab_ele {

    u8 AdvCoding:1;
    @@ -158,12 +104,6 @@ struct ht_info_ele {
    u8 BasicMSC[16];
    } __packed;

    -struct mimops_ctrl {
    - u8 MimoPsEnable:1;
    - u8 MimoPsMode:1;
    - u8 Reserved:6;
    -};
    -
    enum ht_spec_ver {
    HT_SPEC_VER_IEEE = 0,
    HT_SPEC_VER_EWC = 1,
    @@ -260,43 +200,6 @@ struct rt_hi_throughput {
    u8 bAcceptAddbaReq;
    } __packed;

    -
    -
    -struct rt_htinfo_sta_entry {
    - u8 bEnableHT;
    -
    - u8 bSupportCck;
    -
    - u16 AMSDU_MaxSize;
    -
    - u8 AMPDU_Factor;
    - u8 MPDU_Density;
    -
    - u8 HTHighestOperaRate;
    -
    - u8 bBw40MHz;
    -
    - u8 bCurTxBW40MHz;
    -
    - u8 bCurShortGI20MHz;
    -
    - u8 bCurShortGI40MHz;
    -
    - u8 MimoPs;
    -
    - u8 McsRateSet[16];
    -
    - u8 bCurRxReorderEnable;
    -
    - u16 nAMSDU_MaxSize;
    -
    -};
    -
    -
    -
    -
    -
    -
    struct bss_ht {

    u8 bdSupportHT;
    @@ -315,31 +218,6 @@ struct bss_ht {
    u8 bdHT1R;
    };

    -struct mimo_rssi {
    - u32 EnableAntenna;
    - u32 AntennaA;
    - u32 AntennaB;
    - u32 AntennaC;
    - u32 AntennaD;
    - u32 Average;
    -};
    -
    -struct mimo_evm {
    - u32 EVM1;
    - u32 EVM2;
    -};
    -
    -struct false_alarm_stats {
    - u32 Cnt_Parity_Fail;
    - u32 Cnt_Rate_Illegal;
    - u32 Cnt_Crc8_fail;
    - u32 Cnt_Mcs_fail;
    - u32 Cnt_Ofdm_fail;
    - u32 Cnt_Cck_fail;
    - u32 Cnt_all;
    -};
    -
    -
    extern u8 MCS_FILTER_ALL[16];
    extern u8 MCS_FILTER_1SS[16];

    @@ -347,8 +225,6 @@ extern u8 MCS_FILTER_1SS[16];
    #define RATE_ADPT_2SS_MASK 0xF0
    #define RATE_ADPT_MCS32_MASK 0x01

    -#define IS_11N_MCS_RATE(rate) (rate&0x80)
    -
    enum ht_aggre_size {
    HT_AGG_SIZE_8K = 0,
    HT_AGG_SIZE_16K = 1,
    @@ -371,10 +247,6 @@ enum ht_iot_peer {
    HT_IOT_PEER_MAX = 11,
    };

    -enum ht_iot_peer_subtype {
    - HT_IOT_PEER_ATHEROS_DIR635 = 0,
    -};
    -
    enum ht_iot_action {
    HT_IOT_ACT_TX_USE_AMSDU_4K = 0x00000001,
    HT_IOT_ACT_TX_USE_AMSDU_8K = 0x00000002,
    --
    1.8.4.1


    \
     
     \ /
      Last update: 2015-06-15 01:21    [W:3.634 / U:0.308 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site