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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user