Browse Source

qcacld-3.0: Enable NUD tracking feature by default in driver

By default enable the NUD tracking within driver.

Change-Id: I0501ae4f90934139a3610c2cd74464e97a1100d8
CRs-Fixed: 2317572
Alok Kumar 6 years ago
parent
commit
ea70b1c815
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/hdd/inc/wlan_hdd_cfg.h

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

@@ -102,7 +102,7 @@ struct hdd_context;
  * gEnableNUDTracking - Will enable or disable NUD tracking within driver
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This ini is used to enable or disable NUD tracking within driver
  *
@@ -118,7 +118,7 @@ struct hdd_context;
 #define CFG_ENABLE_NUD_TRACKING_NAME            "gEnableNUDTracking"
 #define CFG_ENABLE_NUD_TRACKING_MIN             (0)
 #define CFG_ENABLE_NUD_TRACKING_MAX             (1)
-#define CFG_ENABLE_NUD_TRACKING_DEFAULT         (0)
+#define CFG_ENABLE_NUD_TRACKING_DEFAULT         (1)
 #endif
 
 /*