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
2020-09-25 10:45:32 +05:30
提交者 snandini
父节点 27ad57e085
当前提交 094575c53f

查看文件

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