commit | d1d10b40316aaf019b0783900c9166be6da2b24d | [log] [tgz] |
---|---|---|
author | Abhishek Singh <absingh@codeaurora.org> | Wed Jun 07 16:12:01 2017 +0530 |
committer | snandini <snandini@codeaurora.org> | Thu Jun 08 07:00:25 2017 -0700 |
tree | bb99ae65b30ebac44b34cb86b29dc7ce46994018 | |
parent | 75cfc1916728f3ed3bbd03dfae9026c5372062e1 [diff] |
qcacld-3.0: Fix ACS failure if no AP is found during scan If no AP is found in scan req for ACS, the get scan results return error E_EMPTY. But th ACS need error E_NULL_VALUE to find a valid channel if scan results are empty. To fix this Return E_NULL_VALUE instead of E_EMPTY, if scan results are empty. Change-Id: Id50eb66e89881d4a763084037bd5576eb500bb68 CRs-Fixed: 2057618