|
@@ -952,9 +952,6 @@ struct cdp_ctrl_ops {
|
|
|
uint32_t *mask,
|
|
|
uint32_t *mask_cont);
|
|
|
#endif
|
|
|
- QDF_STATUS (*txrx_update_mon_mac_filter)(struct cdp_soc_t *soc,
|
|
|
- uint8_t vdev_id,
|
|
|
- uint32_t cmd);
|
|
|
};
|
|
|
|
|
|
struct cdp_me_ops {
|
|
@@ -995,6 +992,7 @@ struct cdp_me_ops {
|
|
|
* @txrx_update_pdev_mon_telemetry_airtime_stats: update telemetry airtime
|
|
|
* stats in monitor pdev
|
|
|
* @txrx_cfr_filter: Handler to configure host rx monitor status ring
|
|
|
+ * @txrx_update_mon_mac_filter: Handler to configure mon mac filter
|
|
|
*/
|
|
|
struct cdp_mon_ops {
|
|
|
|
|
@@ -1099,6 +1097,10 @@ struct cdp_mon_ops {
|
|
|
struct cdp_monitor_filter *filter_val,
|
|
|
bool cfr_enable_monitor_mode);
|
|
|
#endif
|
|
|
+
|
|
|
+ QDF_STATUS (*txrx_update_mon_mac_filter)(struct cdp_soc_t *soc,
|
|
|
+ uint8_t vdev_id,
|
|
|
+ uint32_t cmd);
|
|
|
};
|
|
|
|
|
|
/**
|