qcacmn: Use flag RX_PEER_INVALID_ENH for invalid peer handling
Use the flag RX_PEER_INVALID_ENH for invalid peer event instead of FEATURE_NAC_RSSI Change-Id: I87e301a48b1ccdcd28f8e2eb0ba80b215efa384c CRs-Fixed: 2969193
This commit is contained in:

committed by
Madan Koyyalamudi

parent
602db0a0df
commit
4c86eb5e8a
@@ -1633,6 +1633,11 @@ static inline QDF_STATUS dp_monitor_drop_inv_peer_pkts(struct dp_vdev *vdev)
|
||||
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#else
|
||||
static inline QDF_STATUS dp_monitor_drop_inv_peer_pkts(struct dp_vdev *vdev)
|
||||
{
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
||||
/*
|
||||
@@ -3408,6 +3413,12 @@ static inline QDF_STATUS dp_monitor_filter_neighbour_peer(struct dp_pdev *pdev,
|
||||
|
||||
return monitor_ops->mon_filter_neighbour_peer(pdev, rx_pkt_hdr);
|
||||
}
|
||||
#else
|
||||
static inline QDF_STATUS dp_monitor_filter_neighbour_peer(struct dp_pdev *pdev,
|
||||
uint8_t *rx_pkt_hdr)
|
||||
{
|
||||
return QDF_STATUS_E_FAILURE;
|
||||
}
|
||||
#endif
|
||||
|
||||
static inline
|
||||
|
Reference in New Issue
Block a user