qcacmn: Remove void pointer usage for ctrl psoc
Make change to remove usage of void pointers for ctrl psoc in DP and instead use a opaque pointer struct cdp_ctrl_objmgr_psoc. Change-Id: I9fac21db1156378fc10b95cf10517afa4364da00 CRs-Fixed: 2484411
Šī revīzija ir iekļauta:

revīziju iesūtīja
nshrivas

vecāks
a5c46a41ef
revīzija
eec6db94bd
@@ -140,7 +140,7 @@ void dp_peer_ast_set_type(struct dp_soc *soc,
|
||||
void dp_peer_ast_send_wds_del(struct dp_soc *soc,
|
||||
struct dp_ast_entry *ast_entry);
|
||||
|
||||
void dp_peer_free_hmwds_cb(void *ctrl_psoc,
|
||||
void dp_peer_free_hmwds_cb(struct cdp_ctrl_objmgr_psoc *ctrl_psoc,
|
||||
void *dp_soc,
|
||||
void *cookie,
|
||||
enum cdp_ast_free_status status);
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user