소스 검색

qcacmn: Fix declaration of wlan_cm_set_candidate_advance_filter_cb

Fix wlan_cm_set_candidate_advance_filter_cb declaration.

Change-Id: I33582e5219552f90fc0c2a858dc3f5c6560762ee
CRs-Fixed: 2905202
Amruta Kulkarni 4 년 전
부모
커밋
f4891e164c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      umac/mlme/connection_mgr/dispatcher/inc/wlan_cm_api.h

+ 1 - 1
umac/mlme/connection_mgr/dispatcher/inc/wlan_cm_api.h

@@ -412,7 +412,7 @@ static inline
 void wlan_cm_set_candidate_advance_filter_cb(
 		struct wlan_objmgr_vdev *vdev,
 		void (*filter_fun)(struct wlan_objmgr_vdev *vdev,
-				   struct scan_filter *filter));
+				   struct scan_filter *filter))
 {
 }