qcacmn: Enable hybrid mode for QCN9224

Enable hybrid mode specific handlers

Change-Id: I764c56c217b951424d699d6861ef8771496dd592
CRs-Fixed: 3339154
This commit is contained in:
Adwait Nayak
2022-11-17 12:43:44 +05:30
committed by Madan Koyyalamudi
parent ab2bd061c2
commit 8775c73843
9 changed files with 121 additions and 41 deletions

View File

@@ -763,6 +763,8 @@ struct dp_mon_ops {
#endif
QDF_STATUS (*rx_mon_filter_update)(struct dp_pdev *pdev);
QDF_STATUS (*tx_mon_filter_update)(struct dp_pdev *pdev);
QDF_STATUS (*set_mon_mode_buf_rings_tx)(struct dp_pdev *pdev,
uint16_t num_buf);
QDF_STATUS (*tx_mon_filter_alloc)(struct dp_pdev *pdev);
void (*tx_mon_filter_dealloc)(struct dp_pdev *pdev);