qcacmn: Add callback to notify if vdev is in mlo_sync_wait

Add vdev callback to notify once the vdev has entered into
MLO_SYNC_WAIT state.

Change-Id: I655bfa68d666807468cacf1a0a052ac6ddf0b8d6
CRs-Fixed: 3338519
This commit is contained in:
Santosh Anbu
2022-11-16 16:05:19 +05:30
committed by Madan Koyyalamudi
parent 7d007034fb
commit 53d2d231fc
3 changed files with 28 additions and 1 deletions

View File

@@ -770,7 +770,8 @@ struct vdev_mlme_ops {
QDF_STATUS (*mlme_vdev_sta_disconn_start)(
struct vdev_mlme_obj *vdev_mlme,
uint16_t event_data_len, void *event_data);
QDF_STATUS (*mlme_vdev_notify_mlo_sync_wait_entry)(
struct vdev_mlme_obj *vdev_mlme);
};
/**