Ver Fonte

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
Jeff Johnson há 6 anos atrás
pai
commit
8bab82b473
1 ficheiros alterados com 0 adições e 30 exclusões
  1. 0 30
      core/mac/inc/sir_api.h

+ 0 - 30
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 */
 /* */