qcacmn: Move dp monitor inline APIs to header file

Move dp monitor inline APIs to header file from dp_rx_mon_dest.c
to dp_rx_mon.h to use it in component dev

CRs-Fixed: 2626054
Change-Id: I3a31dacd7d7e817f144708f9bda5536808080864
This commit is contained in:
Amir Patel
2020-03-02 15:49:53 +05:30
committed by nshrivas
parent e54fd8b367
commit 605e44bf31
3 changed files with 152 additions and 138 deletions

View File

@@ -22,11 +22,11 @@
#include "dp_peer.h"
#include "dp_types.h"
#include "dp_internal.h"
#include "dp_rx.h"
#include "dp_rx_mon.h"
#include "htt_stats.h"
#include "htt_ppdu_stats.h"
#include "dp_htt.h"
#include "dp_rx.h"
#include "qdf_mem.h" /* qdf_mem_malloc,free */
#include "cdp_txrx_cmn_struct.h"