commit | d708398dcf17a0d40675088737384dcbca09f261 | [log] [tgz] |
---|---|---|
author | Sushant Kaushik <skaushik@qti.qualcomm.com> | Wed Mar 18 14:33:24 2015 +0530 |
committer | Satyanarayana Dash <c_sadash@qti.qualcomm.com> | Tue Mar 24 10:09:14 2015 +0530 |
tree | 090f452f93cdaec02ebca2bd920ce45600c8169d | |
parent | 74df8db33aa0d00ddd6961d6c3210c1035ee78da [diff] |
wlan: Enable BMPS when sme_RoamConnect fails. Currently, driver disable BMPS during connect start if any concurrent session is present, it is re-enabled if connect start fails. BMPS is re-enabled when value status is negative. The issue arises when sme_RoamConnect fails, in that case value of status is positive and hence BMPS is not enabled. As a part of fix, make sure that BMPS is re-enabled in failure case. Change-Id: I8e789af2b3590a9bbfb849e941e3a79ae17f3692 CRs-Fixed: 811049