Ver Fonte

qcacld-3.0: Enable CE classification by default

Enables the CE classification by default.

Change-Id: Iabe2b58e41e30a449bebaa16daf8f869b2634b82
CRs-Fixed: 973502
Prakash Manjunathappa há 9 anos atrás
pai
commit
6eae0cd539
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      core/hdd/inc/wlan_hdd_cfg.h

+ 1 - 1
core/hdd/inc/wlan_hdd_cfg.h

@@ -2736,7 +2736,7 @@ enum dot11p_mode {
 #define CFG_CE_CLASSIFY_ENABLE_NAME	"gCEClassifyEnable"
 #define CFG_CE_CLASSIFY_ENABLE_MIN	(0)
 #define CFG_CE_CLASSIFY_ENABLE_MAX	(1)
-#define CFG_CE_CLASSIFY_ENABLE_DEFAULT	(0)
+#define CFG_CE_CLASSIFY_ENABLE_DEFAULT	(1)
 
 #define CFG_DUAL_MAC_FEATURE_DISABLE               "gDualMacFeatureDisable"
 #define CFG_DUAL_MAC_FEATURE_DISABLE_MIN          (0)