diff options
| author | Yun Park <yunp@qca.qualcomm.com> | 2015-12-10 09:36:46 -0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2015-12-16 12:38:42 +0530 |
| commit | bb00dc469d0c76eeb50925b6674597950a1cd6ef (patch) | |
| tree | 461d5c890d05c4595c6caabd6446b022aa1746d8 | |
| parent | dfdee944e51e80ad8d607d6c2a4259067a5b7552 (diff) | |
qcacld: Remove code to clean pending_cons_req from WLAN_CLIENT_CONNECT
There is a race condition between TX_RESUME opcode, where checks
pending_cons_req before sending WLAN_CONS grant notification to IPA,
and WLAN_CLIENT_CONNECT event where clearing the pending_cons_req.
We don't need to clear pending_cons_req from WLAN_CLIENT_CONNECT
event, which is actually cleared by TX_RESUME opcode.
Change-Id: Icc5d05bc77800251b031efd0c07b0feaa2ae921d
CRs-Fixed: 952171
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_ipa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CORE/HDD/src/wlan_hdd_ipa.c b/CORE/HDD/src/wlan_hdd_ipa.c index 578bade07a45..87daa08e11b4 100644 --- a/CORE/HDD/src/wlan_hdd_ipa.c +++ b/CORE/HDD/src/wlan_hdd_ipa.c @@ -4334,7 +4334,6 @@ int hdd_ipa_wlan_evt(hdd_adapter_t *adapter, uint8_t sta_id, } hdd_ipa->sap_num_connected_sta++; - hdd_ipa->pending_cons_req = VOS_FALSE; vos_lock_release(&hdd_ipa->event_lock); #endif /* IPA_UC_OFFLOAD */ |
