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:

cometido por
nshrivas

padre
7bab3b4886
commit
dcd0fdfcc0
@@ -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
|
||||
|
Referencia en una nueva incidencia
Block a user