소스 검색

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 년 전
부모
커밋
c348caadba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      umac/mlme/vdev_mgr/core/src/vdev_mlme_sm.h

+ 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)