qcacmn: Fix for sending valid monitor filter setting to FW

Due to usage of lithium specific structure, the filter settings
were not getting reflected in the htt msg that is being sent to
FW. Usage of BE specific monitor pdev structure is helping out
in configuring the monitor filter settings for various modes.

Change-Id: Ie4a59ec16717d752c6c49624142966722bfacc08
CRs-Fixed: 3118596
Tento commit je obsažen v:
Adwait Nayak
2022-01-27 19:03:22 +05:30
odevzdal Madan Koyyalamudi
rodič 357bfbe52d
revize ada7af683e
6 změnil soubory, kde provedl 375 přidání a 180 odebrání

Zobrazit soubor

@@ -23,6 +23,7 @@
#include "dp_types.h"
#include "dp_htt.h"
#include <dp_mon_filter.h>
#ifdef WLAN_TX_PKT_CAPTURE_ENH
#include "dp_tx_capture.h"
#endif
@@ -852,6 +853,7 @@ struct dp_mon_pdev {
bool reset_scan_spcl_vap_stats_enable;
#endif
bool is_tlv_hdr_64_bit;
enum dp_mon_filter_mode current_filter_mode;
};
struct dp_mon_vdev {