diff options
| -rw-r--r-- | core/hdd/src/wlan_hdd_assoc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/hdd/src/wlan_hdd_assoc.c b/core/hdd/src/wlan_hdd_assoc.c index c88812367bbb..13ff64b6ae17 100644 --- a/core/hdd/src/wlan_hdd_assoc.c +++ b/core/hdd/src/wlan_hdd_assoc.c @@ -2466,10 +2466,6 @@ static QDF_STATUS hdd_association_completion_handler(hdd_adapter_t *pAdapter, cds_check_concurrent_intf_and_restart_sap(pHddStaCtx, pAdapter); -#ifdef FEATURE_WLAN_TDLS - wlan_hdd_tdls_connection_callback(pAdapter); -#endif - DPTRACE(qdf_dp_trace_mgmt_pkt(QDF_DP_TRACE_MGMT_PACKET_RECORD, pAdapter->sessionId, QDF_PROTO_TYPE_MGMT, QDF_PROTO_MGMT_ASSOC)); @@ -2803,6 +2799,10 @@ static QDF_STATUS hdd_association_completion_handler(hdd_adapter_t *pAdapter, WLAN_CONTROL_PATH); } +#ifdef FEATURE_WLAN_TDLS + wlan_hdd_tdls_connection_callback(pAdapter); +#endif + if (!QDF_IS_STATUS_SUCCESS(qdf_status)) { hddLog(LOGE, "STA register with TL failed. status(=%d) [%08X]", |
