qcacmn: Support for dynamic mode chnge in NSS ofld

Update pdev id to lmac and target pdev id mapping in NSS

Change-Id: I111a975ad9ed3ef61753c8d9afe91083a8cca4aa
This commit is contained in:
Mainak Sen
2019-12-02 17:40:57 +05:30
committed by nshrivas
parent ae8afdf042
commit 03b82f7365
2 changed files with 22 additions and 2 deletions

View File

@@ -1140,7 +1140,11 @@ struct ol_if_ops {
uint8_t *dest_macaddr,
uint8_t *peer_macaddr,
uint32_t flags);
int
(*pdev_update_lmac_n_target_pdev_id)(struct cdp_ctrl_objmgr_psoc *psoc,
uint8_t *pdev_id,
uint8_t *lmac_id,
uint8_t *target_pdev_id);
bool (*is_roam_inprogress)(uint32_t vdev_id);
enum QDF_GLOBAL_MODE (*get_con_mode)(void);
/* TODO: Add any other control path calls required to OL_IF/WMA layer */