wifi: walleye ini configuration update

disable_scoring_for_roam=0 ; Enable BSSID scoring logic
for roaming. This is turned off by in the new code drop
and so to keep behavior same as 2017, this INI needs to
turned on.

Set gReportMaxLinkSpeed=0 to report actual link speed

Set gGoForce11NFor11AC=1 for P2P GO

Bug:69846237
Test: Manual Wifi Test

Change-Id: Iaa7dc5ca8fba6a20deb7a56079aa0cffb38c2064
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 0e61b70..bc9c7d7 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -89,6 +89,7 @@
 # TPC power
 gSelfGenFrmPwr=3
 
+gReportMaxLinkSpeed=0
 ################ NAN feature set start ###################
 # Enable or Disable NAN
 # 1=Enable (default), 0=Disable
@@ -403,6 +404,7 @@
 
 gAllowDFSChannelRoam=1
 
+disable_scoring_for_roam=0
 #############################################
 # Offload related configurations
 #############################################
@@ -540,6 +542,8 @@
 gGoKeepAlivePeriod = 20
 gApKeepAlivePeriod = 20
 
+gGoForce11NFor11AC=1
+
 #############################################
 # SAP related configurations
 #############################################