Browse Source

qcacld-3.0: Change default value of gReportMaxLinkSpeed

Change the default value of in CFG_REPORT_MAX_LINK_SPEED
to CFG_STATS_LINK_SPEED_REPORT_ACTUAL instead of
CFG_STATS_LINK_SPEED_REPORT_MAX_SCALED so that
gReportMaxLinkSpeed uses the default value as zero which
was previously 2.

Change-Id: I459c807b1738e21a28c5b51e2eeb6a4bccb78662
CRs-Fixed: 2787888
Utkarsh Bhatnagar 4 years ago
parent
commit
094575c53f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_stats.h

+ 2 - 2
components/mlme/dispatcher/inc/cfg_mlme_stats.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -97,7 +97,7 @@ enum mlme_stats_link_speed_rpt_type {
 		"gReportMaxLinkSpeed", \
 		CFG_STATS_LINK_SPEED_REPORT_ACTUAL, \
 		CFG_STATS_LINK_SPEED_REPORT_MAX_SCALED, \
-		CFG_STATS_LINK_SPEED_REPORT_MAX_SCALED, \
+		CFG_STATS_LINK_SPEED_REPORT_ACTUAL, \
 		CFG_VALUE_OR_DEFAULT, \
 		"Max link speed")