diff options
| author | Chandrasekaran, Manishekar <cmshekar@qti.qualcomm.com> | 2014-04-05 09:57:55 +0530 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-04-08 09:32:42 -0700 |
| commit | 7f1ae36bb1fe84cdba723669c85ea8eae2e74f95 (patch) | |
| tree | 9883b443d2d034d10f59a1a02fa726e3c87e3d37 | |
| parent | 65cac44ab68553a6a166f02284de82eb597c3c77 (diff) | |
qcacld: Fix issue of device not sending probe response in MCC
In the current implementation, when a join request is issued
and another session is active on a different channel, LIM is
moved to suspend state. The LIM state should be brought back
to idle by resuming the link. But, currently this state reset
is not happening since the check for MCC fails. Fix that!
Change-Id: Ib91a1bfe678b2ed95dfc9d52e6903dfde7e0430e
CRs-Fixed: 640526
| -rw-r--r-- | CORE/WDA/inc/wlan_qct_wda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/WDA/inc/wlan_qct_wda.h b/CORE/WDA/inc/wlan_qct_wda.h index cb044f570a87..2d4dd03d46b0 100644 --- a/CORE/WDA/inc/wlan_qct_wda.h +++ b/CORE/WDA/inc/wlan_qct_wda.h @@ -153,7 +153,7 @@ typedef enum #ifdef QCA_WIFI_2_0 -#define IS_MCC_SUPPORTED 0 +#define IS_MCC_SUPPORTED 1 #define IS_FEATURE_SUPPORTED_BY_FW(feat_enum_value) wma_getFwWlanFeatCaps(feat_enum_value) #ifdef WLAN_ACTIVEMODE_OFFLOAD_FEATURE |
