qcacmn: Rectify compilation issue in MLO manager client

Rectify compilation issue in MLO manager client code by explicitly
providing a tentative bool return for mlo_is_mld_sta() which is
currently only in skeletal form.

CRs-Fixed: 2972899
Change-Id: Ia5a8b2108bc5237f9f130c6bdeca55e1c0a65f0d
This commit is contained in:
Krishna Rao
2021-06-19 19:33:25 +05:30
committed by Madan Koyyalamudi
부모 433c6f024a
커밋 c5bc4d5af1

파일 보기

@@ -54,4 +54,5 @@ void mlo_sta_link_down_notify(struct wlan_objmgr_vdev *vdev)
bool mlo_is_mld_sta(struct wlan_objmgr_vdev *vdev)
{
return false;
}