瀏覽代碼

qcacld-3.0: Change default value of ini "gEnableSecondaryRate"

Change the default value of ini "gEnableSecondaryRate" from
0x18 to 0x17.

Change-Id: Ieef3bf656971d809275e087be124390001b077fa
CRs-Fixed: 2234784
Ashish Kumar Dhanotiya 7 年之前
父節點
當前提交
cc1d6fd6a8
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      core/hdd/inc/wlan_hdd_cfg.h

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

@@ -14232,7 +14232,7 @@ enum hdd_external_acs_policy {
  *
  * @Min: 0x0
  * @Max: 0x3F
- * @Default: 0x18
+ * @Default: 0x17
  *
  * It is a 32 bit value such that the various bits represent as below -
  * Bit-0 : is Enable/Disable Control for "PPDU Secondary Retry Support"
@@ -14249,7 +14249,7 @@ enum hdd_external_acs_policy {
 #define CFG_ENABLE_SECONDARY_RATE_NAME          "gEnableSecondaryRate"
 #define CFG_ENABLE_SECONDARY_RATE_MIN           (0)
 #define CFG_ENABLE_SECONDARY_RATE_MAX           (0x3F)
-#define CFG_ENABLE_SECONDARY_RATE_DEFAULT       (0x18)
+#define CFG_ENABLE_SECONDARY_RATE_DEFAULT       (0x17)
 
 /*
  * Type declarations