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
This commit is contained in:
@@ -2406,36 +2406,6 @@ typedef struct sSirRoamOffloadScanRsp {
|
|||||||
#define SIR_MAX_NUM_FILTERS 20
|
#define SIR_MAX_NUM_FILTERS 20
|
||||||
#define SIR_MAX_NUM_TESTS_PER_FILTER 10
|
#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 */
|
/* Multicast Address List Parameters */
|
||||||
/* */
|
/* */
|
||||||
|
Reference in New Issue
Block a user