diff options
| author | Rongjing Liao <liaor@codeaurora.org> | 2018-08-24 17:37:34 +0800 |
|---|---|---|
| committer | Rongjing Liao <liaor@codeaurora.org> | 2018-08-27 17:01:04 +0800 |
| commit | 4e263fe4f53eb424394e817bc20aef3cb9cd1048 (patch) | |
| tree | ef3220b9d8eb15672d4c94817f0c80677b19fa52 | |
| parent | fe50df3142c382c83cbdefd50bb277f623247f06 (diff) | |
qcacld-2.0: enable MCC SAP+P2P client concurrency mode
currently qcacld-2.0 support to start P2P client before
starting SAP on multi-channel, so starting SAP before P2P
client should also be supported.And qcacld-3.0 also support
those two kinds of MCC modes.
Change-Id: I29b654e8b2bcdbdf90beade5c59ef81716266a19
CRs-Fixed: 2303290
| -rw-r--r-- | CORE/SME/src/csr/csrUtil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CORE/SME/src/csr/csrUtil.c b/CORE/SME/src/csr/csrUtil.c index 930e357accc8..1bdb9c28ba6d 100644 --- a/CORE/SME/src/csr/csrUtil.c +++ b/CORE/SME/src/csr/csrUtil.c @@ -2754,8 +2754,8 @@ eHalStatus csrValidateMCCBeaconInterval(tpAniSirGlobal pMac, tANI_U8 channelId, #endif { smsLog(pMac, LOGE, - FL("***MCC is not enabled for SAP + CLIENT****")); - return eHAL_STATUS_FAILURE; + FL("**** MCC for SAP + CLIENT sessions ****")); + return eHAL_STATUS_SUCCESS; } } } |
