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
@@ -2666,4 +2666,19 @@ struct cdp_soc_attach_params {
|
||||
uint8_t mlo_chip_id;
|
||||
uint8_t mlo_enabled;
|
||||
};
|
||||
|
||||
/*
|
||||
* cdp_pdev_attach_params
|
||||
*
|
||||
* @htc_handle: HTC handle for host-target interface
|
||||
* @qdf_osdev: QDF OS device
|
||||
* @pdev_id: PDEV ID
|
||||
* @mlo_link_id: ML link id
|
||||
*/
|
||||
struct cdp_pdev_attach_params {
|
||||
HTC_HANDLE htc_handle;
|
||||
qdf_device_t qdf_osdev;
|
||||
uint8_t pdev_id;
|
||||
uint32_t mlo_link_id;
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user