qcacld-3.0: Update for converged NAN config params

Update driver to use NAN config params based converged CFG
component. Cleanup hdd config references to nan ini params.

Change-Id: I5af85d68ee53ad557e64523f7a1719e328536926
CRs-fixed: 2290360
Este commit está contenido en:
Manikandan Mohan
2018-08-02 18:13:37 -07:00
cometido por nshrivas
padre 7bab3b4886
commit dcd0fdfcc0
Se han modificado 14 ficheros con 24 adiciones y 195 borrados

Ver fichero

@@ -31,7 +31,14 @@
#define CFG_TDLS_ALL
#endif
#ifdef WLAN_FEATURE_NAN_CONVERGENCE
#include "cfg_nan.h"
#else
#define CFG_NAN_ALL
#endif
#define CFG_ALL \
CFG_CONVERGED_ALL \
CFG_P2P_ALL \
CFG_TDLS_ALL
CFG_TDLS_ALL \
CFG_NAN_ALL