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:

committed by
Madan Koyyalamudi

parent
70398a0ccd
commit
31281aab2b
@@ -481,8 +481,10 @@ fail:
|
||||
return qdf_status;
|
||||
}
|
||||
|
||||
static QDF_STATUS dp_pdev_attach_be(struct dp_pdev *pdev)
|
||||
static QDF_STATUS dp_pdev_attach_be(struct dp_pdev *pdev,
|
||||
struct cdp_pdev_attach_params *params)
|
||||
{
|
||||
dp_pdev_mlo_fill_params(pdev, params);
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user