qcacmn: disable monitor rings for QCN9224

Add dedicated monitor flag at SOC level and do not
enable legacy monitor rings for QCN9224
Also add flag to disable rxdma2sw ring for QCN9224.

Change-Id: I399d22d6c3361bb75ebaad4e46b156db5e628d6b
This commit is contained in:
Chaithanya Garrepalli
2021-08-12 17:08:26 +05:30
committed by Madan Koyyalamudi
parent 50f3c5d6a6
commit 81de2fc14d
5 changed files with 124 additions and 42 deletions

View File

@@ -195,6 +195,7 @@ struct dp_mon_soc {
uint8_t mon_vdev_timer_state;
struct dp_mon_ops *mon_ops;
bool monitor_mode_v2;
};
struct dp_mon_pdev {