diff options
| author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2017-12-24 13:54:48 +0100 |
|---|---|---|
| committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2017-12-28 17:06:14 +0100 |
| commit | 1f049f6d710188f4a3f4acf407612c90a57daadf (patch) | |
| tree | f2c06c72c5ab4501d6486c3157b0d23756fd9e4c /wifi | |
| parent | 34f6c43d2cce37e1ab23bfe4c8ce74f866b44899 (diff) | |
msm8998: update blobs from Oxygen 5.0
Change-Id: I30b2a2d955aed82505b5b966cdf62e2858938aac
Diffstat (limited to 'wifi')
| -rw-r--r-- | wifi/WCNSS_qcom_cfg.ini | 34 | ||||
| -rw-r--r-- | wifi/p2p_supplicant_overlay.conf | 1 | ||||
| -rw-r--r-- | wifi/wifi_concurrency_cfg.txt | 2 |
3 files changed, 28 insertions, 9 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 31d9b8f..6cd505e 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -25,10 +25,22 @@ gHwFilterMode=3 gBpfFilterEnable=0 #gFwDebugLogLevel=3 #gFwDebugModuleLoglevel=2,1,3,1,5,1,9,1,13,1,14,1,18,1,19,1,26,1,28,1,29,1,31,1,36,1,38,1,46,1,47,1,50,1,52,1,53,1,56,1,60,1,61,1 +#gChannelBondingMode24GHz=1 gActiveMaxChannelTime=60 gActiveMinChannelTime=40 gForce1x1Exception=1 gStaKeepAlivePeriod=30 +gper_roam_enabled=0 +#gper_roam_enabled=3 +#gper_roam_high_rate_th=540 +#gper_roam_low_rate_th =150 +#gper_roam_th_percent=80 +#gper_roam_rest_time=60 +gItoRepeatCount=5 +g_enable_packet_filter_bitmap=2 +gEnableSifsBurst=3 +LROEnable=0 +#gActiveModeOffload=0 # endif /* VENDOR_EDIT */ # Enable IMPS or not @@ -59,11 +71,6 @@ InfraUapsdBkSrvIntv=0 # Flag to allow STA send AddTspec even when ACM is Off gAddTSWhenACMIsOff=1 -# Flags to filter Mcast and Bcast RX packets. -# Value 0: No filtering, 1: Filter all Multicast. -# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast -McastBcastFilter=3 - #Flag to enable HostARPOffload feature or not hostArpOffload=1 @@ -251,7 +258,9 @@ gEnableTxSUBeamformer=1 gEnableFastRoamInConcurrency=1 #Enable/Disable PER based roaming -gper_roam_enabled=0 +#ifdef VENDOR_EDIT +#gper_roam_enabled=0 +#endif VENDOR_EDIT #Maxium Channel time in msec gMaxMediumTime = 6000 @@ -350,7 +359,12 @@ gEnableLpassSupport=1 gCountryCodePriority=1 # Enable(1)/Disable(0) SIFS burst -gEnableSifsBurst=1 +#ifdef VENDOR_EDIT +#Min: 0 disabled +#Max: 3 enabled802.11g +#Default: 1 enabled, but disabled for legacy mode +# gEnableSifsBurst=1 +# endif /* VENDOR_EDIT */ # Enable or Disable Multi-user MIMO # 1=Enable (default), 0=Disable @@ -398,7 +412,7 @@ gEnableTDLSOffChannel=1 # Enable or Disable Random MAC (Spoofing) # 1=Enable, 0=Disable (default) -gEnableMacAddrSpoof=0 +gEnableMacAddrSpoof=1 ################ Datapath feature set Begin ################ # Bus bandwidth threshold values in terms of number of packets @@ -459,7 +473,9 @@ TSOEnable=1 # Enable Large Recieve Offload # 1 - enable(default) 0 - disable -LROEnable=0 +#ifdef VENDOR_EDIT +#LROEnable=1 +# endif /* VENDOR_EDIT */ # Enable HT MPDU Density # 4 for 2 micro sec diff --git a/wifi/p2p_supplicant_overlay.conf b/wifi/p2p_supplicant_overlay.conf index b5e89e0..e484ebe 100644 --- a/wifi/p2p_supplicant_overlay.conf +++ b/wifi/p2p_supplicant_overlay.conf @@ -1,2 +1,3 @@ disable_scan_offload=1 p2p_no_group_iface=1 +persistent_reconnect=1 diff --git a/wifi/wifi_concurrency_cfg.txt b/wifi/wifi_concurrency_cfg.txt new file mode 100644 index 0000000..9f7aff1 --- /dev/null +++ b/wifi/wifi_concurrency_cfg.txt @@ -0,0 +1,2 @@ +ENABLE_STA_SAP_CONCURRENCY:0 +SAP_CHANNEL:6 |
