qcacld-3.0: Remove obsolete/unused macros

Remove obsolete/unused macros.

Change-Id: I7a812c9b6ce4f2af151dd7262cb6d93dec6d0c2a
CRs-Fixed: 2475125
This commit is contained in:
Srinivas Girigowda 2019-06-19 15:47:30 -07:00 committed by nshrivas
parent 6ee1ab4a90
commit a60b84c5fd
3 changed files with 0 additions and 29 deletions

View File

@ -691,9 +691,6 @@ struct wlan_ipa_priv {
#define BW_GET_DIFF(_x, _y) (unsigned long)((ULONG_MAX - (_y)) + (_x) + 1)
#define WLAN_IPA_DBG_DUMP_RX_LEN 84
#define WLAN_IPA_DBG_DUMP_TX_LEN 48
#define IPA_RESOURCE_COMP_WAIT_TIME 100
#ifdef FEATURE_METERING

View File

@ -24,15 +24,6 @@
#define _WLAN_OCB_STRUCTS_H_
#include <qdf_status.h>
/* number of vdevs that can support OCB */
#define OCB_VDEVS_NUM 1
/* maximum number of channels that can do OCB */
#define OCB_CHANNELS_NUM 2
/* maximum number of channels in an OCB schedule */
#define OCB_SCHEDULES_NUM 2
/* Don't add the RX stats header to packets received on this channel */
#define OCB_CHANNEL_FLAG_DISABLE_RX_STATS_HDR (1 << 0)
@ -42,8 +33,6 @@
/* The size of the utc time error in bytes. */
#define OCB_SIZE_UTC_TIME_ERROR (5)
#define OCB_CHANNEL_MAX (5)
/**
* struct ocb_utc_param - parameters to set UTC time
* @vdev_id: vdev id

View File

@ -54,9 +54,6 @@
#define SIR_MAC_CTRL_FRAME 0x1
#define SIR_MAC_DATA_FRAME 0x2
#define SIR_MAC_FRAME_TYPE_START 0x0
#define SIR_MAC_FRAME_TYPE_END 0x3
/* Data frame subtype definitions */
#define SIR_MAC_DATA_DATA 0
#define SIR_MAC_DATA_DATA_ACK 1
@ -75,9 +72,6 @@
#define SIR_MAC_DATA_QOS_NULL_POLL 14
#define SIR_MAC_DATA_QOS_NULL_ACK_POLL 15
#define SIR_MAC_FRAME_SUBTYPE_START 0
#define SIR_MAC_FRAME_SUBTYPE_END 16
#define SIR_MAC_DATA_QOS_MASK 8
#define SIR_MAC_DATA_NULL_MASK 4
#define SIR_MAC_DATA_POLL_MASK 2
@ -103,9 +97,7 @@
#define SIR_MAC_ACTION_TX 1
#define SIR_MAC_ACTION_RX 2
#define SIR_MAC_BA_POLICY_DELAYED 0
#define SIR_MAC_BA_POLICY_IMMEDIATE 1
#define SIR_MAC_BA_AMSDU_SUPPORTED 1
#define SIR_MAC_BA_DEFAULT_BUFF_SIZE 64
#define MAX_BA_BUFF_SIZE 256
@ -139,11 +131,6 @@
/* HT Action Field Codes */
#define SIR_MAC_SM_POWER_SAVE 1
/* DLP action frame types */
#define SIR_MAC_DLP_REQ 0
#define SIR_MAC_DLP_RSP 1
#define SIR_MAC_DLP_TEARDOWN 2
/* block acknowledgment action frame types */
#define SIR_MAC_ACTION_VENDOR_SPECIFIC 9
#define SIR_MAC_ACTION_VENDOR_SPECIFIC_CATEGORY 0x7F
@ -165,8 +152,6 @@
#define SIR_MAC_PDPA_GAS_COMEBACK_REQ 12
#define SIR_MAC_PDPA_GAS_COMEBACK_RSP 13
#define SIR_MAC_MAX_RANDOM_LENGTH 2306
/* ----------------------------------------------------------------------------- */
/* EID (Element ID) definitions */
/* and their min/max lengths */