Explorar el Código

qcacld-3.0: Remove obsolete macros/enums from the code

Remove obsolete macros/enums from the code.

Change-Id: I398f4d65bcfc996bbaf12076b55b7e6cf9e182be
CRs-Fixed: 2414803
Srinivas Girigowda hace 6 años
padre
commit
69e60dbbde

+ 0 - 10
core/dp/htt/htt_rx_ll.c

@@ -42,16 +42,6 @@
 #define MAX_DONE_BIT_CHECK_ITER 5
 #endif
 
-#define AR600P_ASSEMBLE_HW_RATECODE(_rate, _nss, _pream)     \
-	(((_pream) << 6) | ((_nss) << 4) | (_rate))
-
-enum AR600P_HW_RATECODE_PREAM_TYPE {
-	AR600P_HW_RATECODE_PREAM_OFDM,
-	AR600P_HW_RATECODE_PREAM_CCK,
-	AR600P_HW_RATECODE_PREAM_HT,
-	AR600P_HW_RATECODE_PREAM_VHT,
-};
-
 #ifdef HTT_DEBUG_DATA
 #define HTT_PKT_DUMP(x) x
 #else

+ 1 - 2
core/dp/htt/htt_tx.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2014-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -64,7 +64,6 @@
 #define IPA_UC_TX_BUF_FRAG_HDR_OFFSET  64
 #define IPA_UC_TX_BUF_TSO_HDR_SIZE     6
 #define IPA_UC_TX_BUF_PADDR_HI_MASK    0x0000001F
-#define IPA_UC_TX_BUF_PADDR_HI_OFFSET  32
 #else
 #define IPA_UC_TX_BUF_FRAG_DESC_OFFSET 16
 #define IPA_UC_TX_BUF_FRAG_HDR_OFFSET  32

+ 1 - 4
core/dp/ol/inc/ol_htt_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2014-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -34,9 +34,6 @@
 #include <cdp_txrx_cmn.h>       /* ol_pdev_handle */
 #include <ol_defines.h>
 #include <cdp_txrx_handle.h>
-/* TID */
-#define OL_HTT_TID_NON_QOS_UNICAST     16
-#define OL_HTT_TID_NON_QOS_MCAST_BCAST 18
 
 struct htt_pdev_t;
 typedef struct htt_pdev_t *htt_pdev_handle;

+ 1 - 2
core/dp/ol/inc/ol_htt_tx_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -44,7 +44,6 @@
 
 /* Remove these macros when they get added to htt.h. */
 #ifndef HTT_TX_DESC_EXTENSION_GET
-#define HTT_TX_DESC_EXTENSION_OFFSET_BYTES 0
 #define HTT_TX_DESC_EXTENSION_OFFSET_DWORD 0
 #define HTT_TX_DESC_EXTENSION_M        0x10000000
 #define HTT_TX_DESC_EXTENSION_S        28

+ 0 - 9
core/mac/src/pe/include/lim_global.h

@@ -45,15 +45,6 @@
 /* Deferred Message Queue Length */
 #define MAX_DEFERRED_QUEUE_LEN                  80
 
-/* Maximum number of PS - TIM's to be sent with out wakeup from STA */
-#define LIM_TIM_WAIT_COUNT_FACTOR          5
-
-/*
- * Use this count if (LIM_TIM_WAIT_FACTOR * ListenInterval)
- * is less than LIM_MIN_TIM_WAIT_CNT
- */
-#define LIM_MIN_TIM_WAIT_COUNT          50
-
 #ifdef CHANNEL_HOPPING_ALL_BANDS
 #define CHAN_HOP_ALL_BANDS_ENABLE        1
 #else

+ 0 - 16
core/mac/src/pe/lim/lim_process_sme_req_messages.c

@@ -53,22 +53,6 @@
 #include "cds_regdomain.h"
 #include "lim_process_fils.h"
 #include "wlan_utility.h"
-/*
- * This overhead is time for sending NOA start to host in case of GO/sending
- * NULL data & receiving ACK in case of P2P Client and starting actual scanning
- * with init scan req/rsp plus in case of concurrency, taking care of sending
- * null data and receiving ACK to/from AP/Also SetChannel with calibration
- * is taking around 7ms .
- */
-#define SCAN_MESSAGING_OVERHEAD             20  /* in msecs */
-#define JOIN_NOA_DURATION                   2000        /* in msecs */
-#define OEM_DATA_NOA_DURATION               60  /* in msecs */
-#define DEFAULT_PASSIVE_MAX_CHANNEL_TIME    110 /* in msecs */
-
-#define CONV_MS_TO_US 1024      /* conversion factor from ms to us */
-
-#define BEACON_INTERVAL_THRESHOLD 50  /* in msecs */
-#define STA_BURST_SCAN_DURATION 120   /* in msecs */
 
 /* SME REQ processing function templates */
 static bool __lim_process_sme_sys_ready_ind(struct mac_context *, uint32_t *);

+ 0 - 13
core/mac/src/pe/lim/lim_types.h

@@ -92,9 +92,6 @@
 #define LIM_ASSOC    0
 #define LIM_REASSOC  1
 
-/* / Minimum Memory blocks require for different scenario */
-#define LIM_MIN_MEM_ASSOC       4
-
 /* / Verifies whether given mac addr matches the CURRENT Bssid */
 #define IS_CURRENT_BSSID(mac, addr, pe_session)  (!qdf_mem_cmp(addr, \
 								      pe_session->bssId, \
@@ -107,22 +104,12 @@
 #define REQ_TYPE_REGISTRAR                   (0x2)
 #define REQ_TYPE_WLAN_MANAGER_REGISTRAR      (0x3)
 
-#define RESP_TYPE_REGISTRAR                  (0x2)
 #define RESP_TYPE_ENROLLEE_INFO_ONLY         (0x0)
 #define RESP_TYPE_ENROLLEE_OPEN_8021X        (0x1)
 #define RESP_TYPE_AP                         (0x3)
-#define LIM_TX_FRAMES_THRESHOLD_ON_CHIP       300
 
 
-#define HAL_TXCOMP_REQUESTED_MASK           0x1 /* bit 0 for TxComp intr requested. */
 #define HAL_USE_SELF_STA_REQUESTED_MASK     0x2 /* bit 1 for STA overwrite with selfSta Requested. */
-#define HAL_TX_NO_ENCRYPTION_MASK           0x4 /* bit 2. If set, the frame is not to be encrypted */
-#if defined(LIBRA_WAPI_SUPPORT)
-#define HAL_WAPI_STA_MASK            0x8        /* bit 3. If set, this frame is for WAPI station */
-#endif
-
-#define HAL_TRIGGER_ENABLED_AC_MASK         0x10        /* bit 4 for data frames belonging to trigger enabled AC */
-#define HAL_USE_NO_ACK_REQUESTED_MASK       0x20
 
 #define HAL_USE_BD_RATE2_FOR_MANAGEMENT_FRAME 0x40      /* Bit 6 will be used to control BD rate for Management frames */
 #define HAL_USE_PEER_STA_REQUESTED_MASK   0x80  /* bit 7 will be used to control frames for p2p interface */

+ 0 - 4
core/mac/src/pe/lim/lim_utils.h

@@ -44,7 +44,6 @@ typedef enum {
 	TWO_BYTE = 2
 } eSizeOfLenField;
 
-#define LIM_STA_ID_MASK                        0x00FF
 #define LIM_AID_MASK                              0xC000
 #define LIM_SPECTRUM_MANAGEMENT_BIT_MASK          0x0100
 #define LIM_RRM_BIT_MASK                          0x1000
@@ -52,9 +51,6 @@ typedef enum {
 #define LIM_IMMEDIATE_BLOCK_ACK_MASK              0x8000
 #define LIM_MAX_REASSOC_RETRY_LIMIT            2
 
-/* classifier ID is coded as 0-3: tsid, 4-5:direction */
-#define LIM_MAKE_CLSID(tsid, dir) (((tsid) & 0x0F) | (((dir) & 0x03) << 4))
-
 #define VHT_MCS_3x3_MASK    0x30
 #define VHT_MCS_2x2_MASK    0x0C
 

+ 0 - 4
core/sme/inc/csr_internal.h

@@ -36,9 +36,6 @@
 #include "sir_types.h"
 #include "wlan_mlme_public_struct.h"
 
-/* define scan return criteria. LIM should use these define as well */
-#define CSR_SCAN_RETURN_AFTER_ALL_CHANNELS          (0)
-#define CSR_SCAN_RETURN_AFTER_FIRST_MATCH           (0x01)
 #define CSR_NUM_RSSI_CAT        15
 #define CSR_ROAM_SCAN_CHANNEL_SWITCH_TIME        3
 
@@ -52,7 +49,6 @@
 	 &(mac)->roam.roamSession[(sessionId)] : NULL)
 
 #define CSR_IS_SESSION_ANY(sessionId) (sessionId == SME_SESSION_ID_ANY)
-#define CSR_MAX_NUM_COUNTRY_CODE  100
 #define CSR_IS_DFS_CH_ROAM_ALLOWED(mac_ctx) \
 	( \
 	  ((((mac_ctx)->mlme_cfg->lfr.roaming_dfs_channel) != \

+ 0 - 1
core/sme/inc/csr_neighbor_roam.h

@@ -84,7 +84,6 @@ typedef struct sCsrNeighborRoamBSSInfo {
 #define CSR_NEIGHBOR_ROAM_REPORT_QUERY_TIMEOUT  1000       /* in milliseconds */
 /* Max number of MAC addresses with which the pre-auth was failed */
 #define MAX_NUM_PREAUTH_FAIL_LIST_ADDRESS          10
-#define MAX_BSS_IN_NEIGHBOR_RPT                    15
 #define CSR_NEIGHBOR_ROAM_MAX_NUM_PREAUTH_RETRIES  3
 
 /* Black listed APs. List of MAC Addresses with which the Preauth was failed */

+ 0 - 11
core/sme/src/csr/csr_api_roam.c

@@ -101,17 +101,6 @@
 #define ROAMING_OFFLOAD_TIMER_STOP	2
 #define CSR_ROAMING_OFFLOAD_TIMEOUT_PERIOD    (5 * QDF_MC_TIMER_TO_SEC_UNIT)
 
-/*
- * MAWC_ROAM_TRAFFIC_THRESHOLD_DEFAULT - Indicates the traffic thresold in kBps
- * MAWC_ROAM_AP_RSSI_THRESHOLD_DEFAULT - indicates the AP RSSI threshold
- * MAWC_ROAM_RSSI_HIGH_ADJUST_DEFAULT - Adjustable high value to suppress scan
- * MAWC_ROAM_RSSI_LOW_ADJUST_DEFAULT - Adjustable low value to suppress scan
- */
-#define MAWC_ROAM_TRAFFIC_THRESHOLD_DEFAULT  300
-#define MAWC_ROAM_AP_RSSI_THRESHOLD_DEFAULT  (-66)
-#define MAWC_ROAM_RSSI_HIGH_ADJUST_DEFAULT   5
-#define MAWC_ROAM_RSSI_LOW_ADJUST_DEFAULT    5
-
 /*
  * Neighbor report offload needs to send 0xFFFFFFFF if a particular
  * parameter is disabled from the ini

+ 2 - 29
core/sme/src/csr/csr_inside_api.h

@@ -30,33 +30,13 @@
 #include "wlan_objmgr_vdev_obj.h"
 
 /* This number minus 1 means the number of times a channel is scanned before
- * a BSS is remvoed from
+ * a BSS is removed from cache scan result
  */
-/* cache scan result */
 #define CSR_AGING_COUNT     3
-/* 5 seconds */
-#define CSR_SCAN_GET_RESULT_INTERVAL    (5 * QDF_MC_TIMER_TO_SEC_UNIT)
-/* 60 seconds */
-#define CSR_MIC_ERROR_TIMEOUT  (60 * QDF_MC_TIMER_TO_SEC_UNIT)
-/* 60 seconds */
-#define CSR_TKIP_COUNTER_MEASURE_TIMEOUT  (60 * QDF_MC_TIMER_TO_SEC_UNIT)
-
-/* the following defines are NOT used by palTimer */
-#define CSR_JOIN_FAILURE_TIMEOUT_DEFAULT (3000)
-#define CSR_JOIN_FAILURE_TIMEOUT_MIN   (1000)   /* minimal value */
+
 /* These are going against the signed RSSI (int8_t) so it is between -+127 */
 #define CSR_BEST_RSSI_VALUE         (-30)       /* RSSI >= this is in CAT4 */
 #define CSR_DEFAULT_RSSI_DB_GAP     30  /* every 30 dbm for one category */
-#define CSR_BSS_CAP_VALUE_NONE  0       /* not much value */
-#define CSR_BSS_CAP_VALUE_HT    1
-#define CSR_BSS_CAP_VALUE_VHT    2
-#define CSR_BSS_CAP_VALUE_WMM   1
-#define CSR_BSS_CAP_VALUE_UAPSD 1
-#define CSR_BSS_CAP_VALUE_5GHZ  2
-
-#define CSR_ROAMING_DFS_CHANNEL_DISABLED           (0)
-#define CSR_ROAMING_DFS_CHANNEL_ENABLED_NORMAL     (1)
-#define CSR_ROAMING_DFS_CHANNEL_ENABLED_ACTIVE     (2)
 
 #ifdef QCA_WIFI_3_0_EMU
 #define CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT (1000*30*20)
@@ -131,13 +111,6 @@ struct scan_result_list {
 	tListElem *pCurEntry;
 };
 
-#define CSR_IS_ROAM_REASON(pCmd, reason) \
-					((reason) == (pCmd)->roamCmd.roamReason)
-#define CSR_IS_BETTER_PREFER_VALUE(v1, v2)   ((v1) > (v2))
-#define CSR_IS_EQUAL_PREFER_VALUE(v1, v2)   ((v1) == (v2))
-#define CSR_IS_BETTER_CAP_VALUE(v1, v2)     ((v1) > (v2))
-#define CSR_IS_EQUAL_CAP_VALUE(v1, v2)  ((v1) == (v2))
-#define CSR_IS_BETTER_RSSI(v1, v2)   ((v1) > (v2))
 #define CSR_IS_ENC_TYPE_STATIC(encType) ((eCSR_ENCRYPT_TYPE_NONE == (encType)) \
 			|| (eCSR_ENCRYPT_TYPE_WEP40_STATICKEY == (encType)) || \
 			(eCSR_ENCRYPT_TYPE_WEP104_STATICKEY == (encType)))

+ 0 - 35
core/wma/inc/wma_internal.h

@@ -31,23 +31,12 @@
 #define WMI_PEER_STATE_AUTHORIZED 0x2
 
 #define WMA_2_4_GHZ_MAX_FREQ  3000
-#define WOW_CSA_EVENT_OFFSET 12
-
-#define WMA_DEFAULT_SCAN_REQUESTER_ID        1
-#define WMI_SCAN_FINISH_EVENTS (WMI_SCAN_EVENT_START_FAILED | \
-				WMI_SCAN_EVENT_COMPLETED | \
-				WMI_SCAN_EVENT_DEQUEUED)
-/* default value */
-#define DEFAULT_INFRA_STA_KEEP_ALIVE_PERIOD  20
-#define DEFAULT_STA_SA_QUERY_MAX_RETRIES_COUNT       (5)
-#define DEFAULT_STA_SA_QUERY_RETRY_INTERVAL    (200)
 
 /* pdev vdev and peer stats*/
 #define FW_PDEV_STATS_SET 0x1
 #define FW_VDEV_STATS_SET 0x2
 #define FW_PEER_STATS_SET 0x4
 #define FW_RSSI_PER_CHAIN_STATS_SET 0x8
-#define FW_STATS_SET 0xf
 
 /*AR9888/AR6320  noise floor approx value
  * similar to the mentioned the WMA
@@ -64,24 +53,11 @@
 #define WMA_LINK_MONITOR_DEFAULT_TIME_SECS 10
 #define WMA_KEEP_ALIVE_DEFAULT_TIME_SECS   5
 
-#define AGC_DUMP  1
-#define CHAN_DUMP 2
-#define WD_DUMP   3
-#ifdef CONFIG_ATH_PCIE_ACCESS_DEBUG
-#define PCIE_DUMP 4
-#endif
-
 /* conformance test limits */
 #define FCC       0x10
 #define MKK       0x40
 #define ETSI      0x30
 
-#define WMI_DEFAULT_NOISE_FLOOR_DBM (-96)
-
-#define WMI_MCC_MIN_CHANNEL_QUOTA             20
-#define WMI_MCC_MAX_CHANNEL_QUOTA             80
-#define WMI_MCC_MIN_NON_ZERO_CHANNEL_LATENCY  30
-
 /* The maximum number of patterns that can be transmitted by the firmware
  *  and maximum patterns size.
  */
@@ -89,11 +65,6 @@
 #define WMA_MAXNUM_PERIODIC_TX_PTRNS 6
 #endif
 
-#define WMI_MAX_HOST_CREDITS 2
-#define WMI_WOW_REQUIRED_CREDITS 1
-
-#define WMI_MAX_MHF_ENTRIES 32
-
 #define WMA_WMM_EXPO_TO_VAL(val)        ((1 << (val)) - 1)
 
 #define MAX_HT_MCS_IDX 8
@@ -111,12 +82,6 @@
 #define MAX_ENTRY_HOLD_REQ_QUEUE 2
 #define MAX_ENTRY_VDEV_RESP_QUEUE 10
 
-/* Time(in ms) to detect DOS attack */
-#define WMA_MGMT_FRAME_DETECT_DOS_TIMER 1000
-
-#define MAX_NUM_HW_MODE    0xff
-#define MAX_NUM_PHY        0xff
-
 /**
  * struct index_data_rate_type - non vht data rate type
  * @mcs_index: mcs rate index

+ 0 - 11
core/wma/inc/wma_types.h

@@ -25,18 +25,11 @@
 #include "wma_tgt_cfg.h"
 #include "i_cds_packet.h"
 
-#define IS_MCC_SUPPORTED 1
 #define IS_FEATURE_SUPPORTED_BY_FW(feat_enum_value) \
 				wma_get_fw_wlan_feat_caps(feat_enum_value)
 
-#define IS_ROAM_SCAN_OFFLOAD_FEATURE_ENABLE 1
-
 #define IS_IBSS_HEARTBEAT_OFFLOAD_FEATURE_ENABLE 1
 
-#ifdef FEATURE_WLAN_TDLS
-#define IS_ADVANCE_TDLS_ENABLE 0
-#endif
-
 #define DPU_FEEDBACK_UNPROTECTED_ERROR 0x0F
 
 #define WMA_GET_RX_MAC_HEADER(pRxMeta) \
@@ -62,15 +55,11 @@
 #define WMA_GET_RX_MPDU_DATA(pRxMeta) \
 	(((t_packetmeta *)pRxMeta)->mpdu_data_ptr)
 
-#define WMA_GET_RX_MPDU_HEADER_OFFSET(pRxMeta) 0
-
 #define WMA_GET_RX_UNKNOWN_UCAST(pRxMeta) 0
 
 #define WMA_GET_RX_CH(pRxMeta) \
 	(((t_packetmeta *)pRxMeta)->channel)
 
-#define WMA_IS_RX_BCAST(pRxMeta) 0
-
 #define WMA_GET_RX_FT_DONE(pRxMeta) 0
 
 #define WMA_GET_RX_DPU_FEEDBACK(pRxMeta) \

+ 0 - 24
core/wma/src/wma_scan_roam.c

@@ -75,31 +75,7 @@
 #include "wma_nan_datapath.h"
 #include "wlan_mlme_api.h"
 
-#define WMA_MCC_MIRACAST_REST_TIME 400
-#define WMA_SCAN_ID_MASK 0x0fff
-
 #ifdef FEATURE_WLAN_EXTSCAN
-/**
- * enum extscan_report_events_type - extscan report events type
- * @EXTSCAN_REPORT_EVENTS_BUFFER_FULL: report only when scan history is % full
- * @EXTSCAN_REPORT_EVENTS_EACH_SCAN: report a scan completion event after scan
- * @EXTSCAN_REPORT_EVENTS_FULL_RESULTS: forward scan results
- *		(beacons/probe responses + IEs)
- *		in real time to HAL, in addition to completion events.
- *		Note: To keep backward compatibility,
- *		fire completion events regardless of REPORT_EVENTS_EACH_SCAN.
- * @EXTSCAN_REPORT_EVENTS_NO_BATCH: controls batching,
- *		0 => batching, 1 => no batching
- * @EXTSCAN_REPORT_EVENTS_CONTEXT_HUB: forward results to context hub
- */
-enum extscan_report_events_type {
-	EXTSCAN_REPORT_EVENTS_BUFFER_FULL   = 0x00,
-	EXTSCAN_REPORT_EVENTS_EACH_SCAN     = 0x01,
-	EXTSCAN_REPORT_EVENTS_FULL_RESULTS  = 0x02,
-	EXTSCAN_REPORT_EVENTS_NO_BATCH      = 0x04,
-	EXTSCAN_REPORT_EVENTS_CONTEXT_HUB   = 0x08,
-};
-
 #define WMA_EXTSCAN_CYCLE_WAKE_LOCK_DURATION WAKELOCK_DURATION_RECOMMENDED
 
 /*