From 27857037861330604a866d8867aab43effa9d9f5 Mon Sep 17 00:00:00 2001 From: Wu Gao Date: Sat, 8 Dec 2018 11:04:00 +0800 Subject: [PATCH] qcacld-3.0: Enable TDLS component in CLD TDLS component related files moved from hostcmn to CLD, this change adds initial functions, enables TDLS in Kbuild. Change-Id: Ie5b93f4785c4a973a139dff9e58460fd7ee35e35 CRs-Fixed: 2361589 --- tdls/dispatcher/inc/wlan_tdls_public_structs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tdls/dispatcher/inc/wlan_tdls_public_structs.h b/tdls/dispatcher/inc/wlan_tdls_public_structs.h index 07bc155d95..212895974e 100644 --- a/tdls/dispatcher/inc/wlan_tdls_public_structs.h +++ b/tdls/dispatcher/inc/wlan_tdls_public_structs.h @@ -30,6 +30,7 @@ #include #include +struct wlan_objmgr_psoc; #define WLAN_TDLS_STA_MAX_NUM 8 #define WLAN_TDLS_STA_P_UAPSD_OFFCHAN_MAX_NUM 1