qcacmn: Add support to get device name and tx capture debugfs init

Add support to get device name and invoke debugfs init
on post attach so that device name is updated at that point.

Change-Id: I0e0a06cae4bef4d6e43c0295f5db99220b185df2
This commit is contained in:
nobelj
2020-07-12 11:13:07 -07:00
committed by snandini
parent 0bd8b1bf75
commit ab4338f749
3 changed files with 56 additions and 0 deletions

View File

@@ -1087,6 +1087,8 @@ struct ol_if_ops {
int (*get_soc_nss_cfg)(struct cdp_ctrl_objmgr_psoc *ol_soc_handle);
/* TODO: Add any other control path calls required to OL_IF/WMA layer */
char *(*get_device_name)(struct cdp_ctrl_objmgr_psoc *ctrl_psoc,
uint8_t pdev_id);
};
#ifdef DP_PEER_EXTENDED_API