qcacmn: Enable peer filtering for enhanced RX capture

Enable peer filtering for enhanced RX capture.

Change-Id: Ic8d27b575721f6fe3bae06ed7d23b1ff300306c9
This commit is contained in:
Kai Chen
2019-08-20 17:51:27 -07:00
committed by nshrivas
parent 5985716a66
commit 99efa0dce4
6 changed files with 18 additions and 5 deletions

View File

@@ -499,7 +499,7 @@ cdp_peer_set_vlan_id(ol_txrx_soc_handle soc, struct cdp_vdev *vdev,
static inline QDF_STATUS cdp_txrx_set_pdev_param(ol_txrx_soc_handle soc,
struct cdp_pdev *pdev,
enum cdp_pdev_param_type type,
uint8_t val)
uint32_t val)
{
if (!soc || !soc->ops) {
QDF_TRACE(QDF_MODULE_ID_CDP, QDF_TRACE_LEVEL_DEBUG,