qcacmn: Changes for MLO pdev attach

Changes for MLO pdev attach to get MLO_link_id
information.

Change-Id: Id9e6932138e314dfeb93417fce690329ec7d6ab8
This commit is contained in:
Chaithanya Garrepalli
2021-11-19 14:40:54 +05:30
committed by Madan Koyyalamudi
parent 70398a0ccd
commit 31281aab2b
10 changed files with 68 additions and 19 deletions

View File

@@ -127,8 +127,8 @@ struct cdp_cmn_ops {
void *cb_context);
QDF_STATUS (*txrx_pdev_attach)
(ol_txrx_soc_handle soc, HTC_HANDLE htc_pdev,
qdf_device_t osdev, uint8_t pdev_id);
(ol_txrx_soc_handle soc,
struct cdp_pdev_attach_params *params);
int (*txrx_pdev_post_attach)(struct cdp_soc_t *soc, uint8_t pdev_id);