diff options
| author | Srinivas Girigowda <sgirigow@qca.qualcomm.com> | 2016-03-08 17:37:01 -0800 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-03-09 15:38:48 +0530 |
| commit | 7b5ade73095ae321a7d8b70dd0dd22dd30367b87 (patch) | |
| tree | b83e717a9006dc00a876f958e07fa8816a86c36d | |
| parent | c934702991551a6dd7a81a83a6f1b0ad3a32c4d6 (diff) | |
qcacld-2.0: Fix indentation in hdd_AssociationCompletionHandler()
Fix indentation in hdd_AssociationCompletionHandler().
Change-Id: I38ecf300cf99c4e0c7ce0479a28fc720b42c94ba
CRs-Fixed: 987233
| -rw-r--r-- | CORE/HDD/src/wlan_hdd_assoc.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CORE/HDD/src/wlan_hdd_assoc.c b/CORE/HDD/src/wlan_hdd_assoc.c index 56efd4da4c89..0ec5f7ec65c3 100644 --- a/CORE/HDD/src/wlan_hdd_assoc.c +++ b/CORE/HDD/src/wlan_hdd_assoc.c @@ -2120,9 +2120,8 @@ static eHalStatus hdd_AssociationCompletionHandler( hdd_adapter_t *pAdapter, tCs __func__, MAC_ADDR_ARRAY(pWextState->req_bssId), roamResult, roamStatus); - hddLog(VOS_TRACE_LEVEL_ERROR, - FL("Invoking packetdump deregistration API")); - wlan_deregister_txrx_packetdump(); + hddLog(LOGE, FL("Invoking packetdump deregistration API")); + wlan_deregister_txrx_packetdump(); /* inform association failure event to nl80211 */ if ( eCSR_ROAM_RESULT_ASSOC_FAIL_CON_CHANNEL == roamResult ) |
