diff options
| author | Ganesh Babu Kumaravel <kganesh@qti.qualcomm.com> | 2014-04-22 09:37:02 +0530 |
|---|---|---|
| committer | Pitani Venkata Rajesh Kumar <c_vpitan@qti.qualcomm.com> | 2014-04-23 10:35:27 +0530 |
| commit | fbcbde8a1cec2613d1d8a87b82cf2e2b271f42de (patch) | |
| tree | 32821963e01ebf96b4cf1c09313f5eb8f20e1841 | |
| parent | 0dd4c31f9439e2b240b1474603f4f803b1fff504 (diff) | |
qcacld:disable SAP auto channel selection feature by default
Auto channel selection feature is broken and there are some throughput
issues as well in this mode. So disabling this feature by default till
all the issues related to auto channel selection feature is resolved.
Change-Id: I6259b3028e0d9f7544375b417752313c91541b47
CRs-Fixed: 652484
| -rwxr-xr-x | firmware_bin/WCNSS_qcom_cfg.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware_bin/WCNSS_qcom_cfg.ini b/firmware_bin/WCNSS_qcom_cfg.ini index 4515a893cd7f..0bb8b2c53fa4 100755 --- a/firmware_bin/WCNSS_qcom_cfg.ini +++ b/firmware_bin/WCNSS_qcom_cfg.ini @@ -234,7 +234,7 @@ gWlanAutoShutdown = 0 # 1 = enable auto channel selection, channel provided by supplicant will be ignored -gApAutoChannelSelection=1 +gApAutoChannelSelection=0 # Listen Energy Detect Mode Configuration |
