aboutsummaryrefslogtreecommitdiff
path: root/wifi (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: wlan: Add gSoftApMaxPeer=16 to WCNSS_qcom_cfg.iniWu Gao2018-03-13
| | | | | | | Reduce gSoftApMaxPeer to 16 since default value cause FW assert. Change-Id: I6c0bf0114d6d874ad29cecf5b89a81a273c785d5 CRs-Fixed: 2195932
* msm8996-common: wifi: Enable 2.4GHz channel bondingMichael W2018-03-13
| | | | | | * Improve WiFi speed Change-Id: I06501a8d01d8a802fe5dd7a6c9edfa96c51afbce
* msm8996-common: wifi: Move readmac to vendordavidevinavil2018-01-23
| | | | | Change-Id: I6a370dfcf3346104880eaacfee6a5368d45a7dd7 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: wifi: Reset to ZUI 3.5 configurationsDavide Garberi2017-12-24
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: full rework of the Wifi configurationAlex Naidis2017-11-24
| | | | | | | | | | | | | | | | | | * enable RA Filtering * increase RA rate limit interval to 15 minutes -> saves power * enable IPA offloading in STA mode -> kernel support is present * set the beacon missed count threshold from stock -> ensures stability * maximize the continuous packets dropping threshold * limit peers for SoftAP to 10, prevent overloading * prefer connecting to a 5Ghz AP even if its RSSI is lower by 5dBm than the competing 2.4Ghz AP -> smart decision * set the stock RoamRssiDiff value * disable Packet logging * cleanup some options Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: enable and tune BETAlex Naidis2017-11-24
| | | | | | | | | | | | | | Enabling Beacon Early Termination in order to speed up beacon processing drastically. This will lead to power savings. Also tune the BET wake interval to a value of "8" to reduce the frequency of wakeups. "8" is a safe choice since I could detect values of higher than 10 to cause issues in some usecases. Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: relax WiFi re-association RSSI thresholdsSultanxda2017-11-24
| | | | | | Signed-off-by: Sultanxda <sultanxda@gmail.com> Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: Enable scan aging time ini parameteryeshwanth sriram guntuka2017-11-24
| | | | | | | | | | | | | Stale scan entries are updated to NL because scan results are not aged out in PNO complete handler. Fix is to enable scan aging time ini. Change-Id: I2a1a6d0d1e3a37a013b1e044301d857bc7ce062c CRs-Fixed: 2047214 Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: Tune BMPS listening intervalAlex Naidis2017-11-24
| | | | | | | | | Tune the BMPS listening interval for the moderate power level to achieve power savings during wifi idle. Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Set gInformBssRssiRaw to 0Srinivas Girigowda2017-11-24
| | | | | | | | | | | | | | | | When FW sends the Mgmt Rx event message to host, the raw rssi field is wrongly getting updated with an RSSI that is accounted twice for RSSI offset if enabled in BDF. Set gInformBssRssiRaw to 0 to pick the raw rssi from the Rx Descriptor populated by HW & avoid double calculation. CRs-Fixed: 1084457 Change-Id: I615f9fbb8b9849025fff865c8886edd9e73f938b Bug: 31781264 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org> Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: reduce delay for Runtime PMAlex Naidis2017-11-24
| | | | | | | | | -> Set the delay to "1500" to improve power efficiency without increasing the chance of a wifi dropout. Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: enable RX thread to receive packetBhargav Shah2017-11-24
| | | | | | | | | | | | | | | In present code, RPS is enabled in RX path which is causing inconsistency in TCP DL throughtput case. Enabling Rx thread Which is providing consistency in throughtput with minimal power impect. CRs-Fixed: 1018382 Change-Id: Ieac0fec9399375b723c0f350639f861bdbc143a2 This somehow didn't make into the UM branch, reapply it. Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: wifi: enable QPower and Deep sleep at the same timeAlex Naidis2017-11-24
| | | | | | | | | * This enables Deep Sleep mode, additionally to QPower * With this configuration, QPower manages the new Deep sleep mode -> Leads to amazing power savings Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* Revert "msm8996-common: Move bin files to vendor [2/2]"dd3boh2017-11-09
| | | | This reverts commit a18ae7d8278f9be32946f3f67dbf0c49add82b31.
* msm8996-common: Move bin files to vendor [2/2]Harsh Shandilya2017-11-04
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: Add back WCNSS_cfg.datdd3boh2017-10-31
| | | | | | * From LA.UM.6.5.r1-03400-8x96.0 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: Checkout to LA.UM.6.5.r1-03400-8x96.0dd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* oneplus3: Remove no longer used hostapd configsLuca Stefani2017-09-07
| | | | Change-Id: I0c53cbb1ba2610aac4349b6a0e66e23c75871d27
* wifi: set tdls_external_control to configure external control mode.Subhani Shaik2017-09-07
| | | | | BUG: 30205217 Change-Id: I17f8f8991301db0bed3db416c52b33be8642e200
* wifi: Configure the p2p_search_delay to 100 msecJongrak Kwon2017-09-07
| | | | | | | | | This commit configurs the p2p_search_delay to 100 msec to avoid more default delay (500msec, configued in the supplicant) during the p2p_find operations. Change-Id: Ibb384b31cd1b46dd669483a0d14a3215c0113b7b CRs-Fixed: 680606
* z2_plus: wifi: Import partially from op3dd3boh2017-09-06
| | | | | | | * already cleaned up * also removed WCNSS_cfg.dat that didn't seem called by anything Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: Remove fstman.ini and cleanup [1/2]dd3boh2017-09-06
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: reduce delay for Runtime PMAlex Naidis2017-08-25
| | | | | | | | | | | * "2500" is a little to relaxed from a power effiency point of view. -> Reduce the delay to "1500" to improve power efficiency without increasing the chance of a wifi dropout. Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: use more conservative value for gRuntimePMDelayPark Ju Hyung2017-08-25
| | | | | | | | 500ms was too short and causes performance/stability issues Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com> Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: enable and tune BETAlex Naidis2017-08-25
| | | | | | | | | | | | | | Enabling Beacon Early Termination in order to speed up beacon processing drastically. This will lead to power savings. Also tune the BET wake interval to a value of "8" to reduce the frequency of wakeups. "8" is a safe choice since I could detect values of higher than 10 to cause issues in some usecases. Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: wifi: relax WiFi re-association RSSI thresholdsSultanxda2017-08-25
| | | | | Signed-off-by: Sultanxda <sultanxda@gmail.com> Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
* z2_plus: wifi: enable QPower and Deep sleep at the same timeAlex Naidis2017-08-25
| | | | | | | | | * This enables Deep Sleep mode, additionally to QPower * With this configuration, QPower manages the new Deep sleep mode -> Leads to amazing power savings Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: dd3boh <dade.garberi@gmail.com>
* wifi: Update from the zui 2.5.412dd3boh2017-08-03
|
* z2_plus: Move readmac in proper placedavidevinavil2017-06-30
|
* z2_plus: Move readmac under it's own dirLuca Stefani2017-04-07
| | | | Change-Id: Ie2d437ee4179a512d2ea8e95fe66ec8ce3db88b9
* z2_plus: Fix mac addressdavidevinavil2017-01-29
| | | | | | | | * Let's ensure that wlan_mac.bin exists in persist partition and is valid, otherwise WiFi MAC address is randomized on every boot because qca_cld can't properly read it Change-Id: I82d66b84104802eaa1becdc72a1aec5fd185e5fa
* add key overlay thanks to Fedordavidevinavil2017-01-10
| | | | Change-Id: I88ad7e899b36d4660b116aaa1e5b8a13a1dcfb1b
* update WCNSS_qcom_cfg.inidavidevinavil2016-11-30
| | | | Change-Id: Id3abed0eb487b8707f370d607afbc809777c8369
* fix camera configdavidevinavil2016-11-19
| | | | Change-Id: I1c638fa374ef0da514c956cc4ca24e865a6896ed
* Add fstman.ini from ZUIFedor9172016-10-27
|
* Initial commitFedor9172016-10-26