From e4c531f3d1c7e5be75a93cc19edad6fb984e9877 Mon Sep 17 00:00:00 2001 From: Sourav Mohapatra Date: Thu, 27 Sep 2018 14:21:23 +0530 Subject: [PATCH] qcacld-3.0: Update default value of gReportMaxLinkSpeed to 0 Presently the ini gReportMaxLinkSpeed has the default value as 2 that gives the scaled rate to the userspace instead of actual rate. As the userspace needs the actual rates, this causes a mismatch. Configure the value of gReportMaxLinkSpeed to 0 so as to send the actual rates to the userspace. Change-Id: Ieaa828d1aabaf099c74a9d5093f5d6fab5da01b5 CRs-Fixed: 2317661 --- core/hdd/inc/wlan_hdd_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hdd/inc/wlan_hdd_cfg.h b/core/hdd/inc/wlan_hdd_cfg.h index 1d7fef3693..b11f272b37 100644 --- a/core/hdd/inc/wlan_hdd_cfg.h +++ b/core/hdd/inc/wlan_hdd_cfg.h @@ -4326,7 +4326,7 @@ enum hdd_link_speed_rpt_type { #define CFG_REPORT_MAX_LINK_SPEED "gReportMaxLinkSpeed" #define CFG_REPORT_MAX_LINK_SPEED_MIN (eHDD_LINK_SPEED_REPORT_ACTUAL) #define CFG_REPORT_MAX_LINK_SPEED_MAX (eHDD_LINK_SPEED_REPORT_MAX_SCALED) -#define CFG_REPORT_MAX_LINK_SPEED_DEFAULT (eHDD_LINK_SPEED_REPORT_MAX_SCALED) +#define CFG_REPORT_MAX_LINK_SPEED_DEFAULT (eHDD_LINK_SPEED_REPORT_ACTUAL) /* *