|
@@ -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
|