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
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
83e0741bf9
melakukan
b158abe417
@@ -234,9 +234,9 @@ dp_rx_wds_add_or_update_ast(struct dp_soc *soc, struct dp_peer *ta_peer,
|
||||
* smart monitor is enabled and send add_ast command
|
||||
* to FW.
|
||||
*/
|
||||
monitor_neighbour_peer_add_ast(pdev, ta_peer,
|
||||
wds_src_mac, nbuf,
|
||||
flags);
|
||||
dp_monitor_neighbour_peer_add_ast(pdev, ta_peer,
|
||||
wds_src_mac, nbuf,
|
||||
flags);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user