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
这个提交包含在:
@@ -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;
|
||||
}
|
||||
|
在新工单中引用
屏蔽一个用户