Эх сурвалжийг харах

qcacmn: Resolve compilation issue for 802.11be MLO

Resolve compilation issue seen when the IEEE 802.11be MLO feature flag
WLAN_FEATURE_11BE_MLO is enabled. For this, comment out a call to
mlo_handle_link_up(). This will be added back in a separate change
once it is ready.

Change-Id: I486899a79f44cccb3617498e29533f9589ef3fb7
CRs-Fixed: 2925804
Krishna Rao 4 жил өмнө
parent
commit
c348caadba

+ 1 - 1
umac/mlme/vdev_mgr/core/src/vdev_mlme_sm.h

@@ -631,7 +631,7 @@ static inline QDF_STATUS mlme_vdev_dfs_cac_wait_notify(
  */
 static inline void mlme_vdev_up_notify_mlo_mgr(struct vdev_mlme_obj *vdev_mlme)
 {
-	mlo_handle_link_up(vdev_mlme->vdev);
+	/* Add call to mlo_handle_link_up(vdev_mlme->vdev) once it is ready */
 }
 #else
 static inline void mlme_vdev_up_notify_mlo_mgr(struct vdev_mlme_obj *vdev_mlme)