From 8bab82b4735cf7bf391a34bf509e78ad86e9316d Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 27 Dec 2018 12:39:45 -0800 Subject: [PATCH] qcacld-3.0: Remove obsolete packet filtering structs The following legacy packet filtering structs are obsolete, so remove them: - tSirRcvFltPktMatchCnt - tSirRcvFltPktMatchRsp - tSirRcvFltPktClearParam Change-Id: Idb4d38d498a9c618f41d35cadfc54332b435d400 CRs-Fixed: 2374287 --- core/mac/inc/sir_api.h | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h index aec3c9384d..25c9f7ab4e 100644 --- a/core/mac/inc/sir_api.h +++ b/core/mac/inc/sir_api.h @@ -2406,36 +2406,6 @@ typedef struct sSirRoamOffloadScanRsp { #define SIR_MAX_NUM_FILTERS 20 #define SIR_MAX_NUM_TESTS_PER_FILTER 10 -#ifdef WLAN_FEATURE_PACKET_FILTERING -/* */ -/* Filter Packet Match Count Parameters */ -/* */ -typedef struct sSirRcvFltPktMatchCnt { - uint8_t filterId; - uint32_t matchCnt; -} tSirRcvFltPktMatchCnt, tpSirRcvFltPktMatchCnt; - -typedef struct sSirRcvFltPktMatchRsp { - uint16_t mesgType; - uint16_t mesgLen; - - /* Success or Failure */ - uint32_t status; - tSirRcvFltPktMatchCnt filterMatchCnt[SIR_MAX_NUM_FILTERS]; - struct qdf_mac_addr bssid; -} tSirRcvFltPktMatchRsp, *tpSirRcvFltPktMatchRsp; - -/* */ -/* Receive Filter Clear Parameters */ -/* */ -typedef struct sSirRcvFltPktClearParam { - uint32_t status; /* only valid for response message */ - uint8_t filterId; - struct qdf_mac_addr self_macaddr; - struct qdf_mac_addr bssid; -} tSirRcvFltPktClearParam, *tpSirRcvFltPktClearParam; -#endif /* WLAN_FEATURE_PACKET_FILTERING */ - /* */ /* Multicast Address List Parameters */ /* */