qcacld-3.0: Enable P2P cfg based on new cfg component

Enable p2p cfg based on new cfg component and remove legacy codes.

Change-Id: I99b0a53a4904f56fda2aaa2e237455433c3363d2
CRs-Fixed: 2277566
This commit is contained in:
Wu Gao
2018-07-05 19:20:13 +08:00
کامیت شده توسط nshrivas
والد 951c3afa56
کامیت e568979eb5
6فایلهای تغییر یافته به همراه44 افزوده شده و 151 حذف شده

مشاهده پرونده

@@ -19,5 +19,12 @@
#include "cfg_define.h"
#include "cfg_converged.h"
#ifdef CONVERGED_P2P_ENABLE
#include "wlan_p2p_cfg.h"
#else
#define CFG_P2P_ALL
#endif
#define CFG_ALL \
CFG_CONVERGED_ALL
CFG_CONVERGED_ALL \
CFG_P2P_ALL