qcacmn: API renaming for monitor module

Add prefix dp for all monitor APIs
Add mon_debug/mon_info/mon_err for logs

Change-Id: I71d49f6bcacd77f5695269817fed83337169227b
CRs-Fixed: 3006497
这个提交包含在:
aloksing
2021-08-03 16:36:17 +05:30
提交者 Madan Koyyalamudi
父节点 83e0741bf9
当前提交 b158abe417
修改 14 个文件,包含 880 行新增603 行删除

查看文件

@@ -2544,7 +2544,9 @@ static void dp_htt_t2h_msg_handler(void *context, HTC_PACKET *pkt)
case HTT_T2H_MSG_TYPE_PPDU_STATS_IND:
{
free_buf = monitor_ppdu_stats_ind_handler(soc, msg_word,
free_buf =
dp_monitor_ppdu_stats_ind_handler(soc,
msg_word,
htt_t2h_msg);
break;
}