qcacmn: Define cdp api interface for dp_mon_stats

Add new CDP API interface to get monitor pdev rx stats.

Change-Id: Ifbe25c4b804135541e0fb938cc99bc2713dfb344
CRs-Fixed: 3084586
This commit is contained in:
Subrat Mishra
2021-11-15 15:13:44 +05:30
committed by Madan Koyyalamudi
부모 0a5f55fb4a
커밋 95a5d8be88
6개의 변경된 파일87개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -895,6 +895,11 @@ struct cdp_mon_ops {
(*config_full_mon_mode)(struct cdp_soc_t *soc, uint8_t val);
QDF_STATUS (*soc_config_full_mon_mode)(struct cdp_pdev *cdp_pdev,
uint8_t val);
/* Get monitor mode pdev stats */
QDF_STATUS
(*get_mon_pdev_rx_stats)(struct cdp_soc_t *soc, uint8_t pdev_id,
struct cdp_pdev_mon_stats *stats);
};
struct cdp_host_stats_ops {