Browse Source

qcacld-3.0: Change the default value of ini "gTxSchDelay"

Change the default value of ini "gTxSchDelay" from 2 to 0.

Change-Id: Ic4c53b5e3c38cda88d01684b9594a8bfb5be2aa1
CRs-Fixed: 2227539
Ashish Kumar Dhanotiya 7 years ago
parent
commit
214e142e9e
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

@@ -13887,7 +13887,7 @@ enum hdd_external_acs_policy {
  * gTxSchDelay - Enable/Disable Tx sch delay
  * @Min: 0
  * @Max: 5
- * @Default: 2
+ * @Default: 0
  *
  * Usage: Internal/External
  *
@@ -13897,7 +13897,7 @@ enum hdd_external_acs_policy {
 #define CFG_TX_SCH_DELAY_NAME          "gTxSchDelay"
 #define CFG_TX_SCH_DELAY_MIN           (0)
 #define CFG_TX_SCH_DELAY_MAX           (5)
-#define CFG_TX_SCH_DELAY_DEFAULT       (2)
+#define CFG_TX_SCH_DELAY_DEFAULT       (0)
 
 /*
  * <ini>