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

@@ -1948,6 +1948,18 @@ void dp_peer_tx_capture_filter_check(struct dp_pdev *pdev,
struct dp_peer *peer)
{
}
/*
* dp_tx_capture_debugfs_init: tx capture debugfs init
* @pdev: DP PDEV handle
*
* return: QDF_STATUS
*/
static inline
QDF_STATUS dp_tx_capture_debugfs_init(struct dp_pdev *pdev)
{
return QDF_STATUS_E_FAILURE;
}
#endif
#ifdef FEATURE_PERPKT_INFO