diff --git a/components/action_oui/dispatcher/src/wlan_action_oui_ucfg_api.c b/components/action_oui/dispatcher/src/wlan_action_oui_ucfg_api.c index f6d31f9191..67d9e3e436 100644 --- a/components/action_oui/dispatcher/src/wlan_action_oui_ucfg_api.c +++ b/components/action_oui/dispatcher/src/wlan_action_oui_ucfg_api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2018 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2018, 2020 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -172,8 +172,6 @@ bool ucfg_action_oui_search(struct wlan_objmgr_psoc *psoc, struct action_oui_psoc_priv *psoc_priv; bool found = false; - ACTION_OUI_ENTER(); - if (!psoc || !attr) { action_oui_err("Invalid psoc or search attrs"); goto exit; @@ -191,10 +189,8 @@ bool ucfg_action_oui_search(struct wlan_objmgr_psoc *psoc, } found = action_oui_search(psoc_priv, attr, action_id); - if (found) - action_oui_debug("Search Successful"); exit: - ACTION_OUI_EXIT(); + return found; } diff --git a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c index eea91ba356..58541d54dc 100644 --- a/core/mac/src/pe/lim/lim_process_mlm_req_messages.c +++ b/core/mac/src/pe/lim/lim_process_mlm_req_messages.c @@ -330,10 +330,6 @@ static void lim_post_join_set_link_state_callback( return; } - pe_debug("Sessionid %d set link state(%d) cb status: %d", - session_entry->peSessionId, session_entry->limMlmState, - status); - if (QDF_IS_STATUS_ERROR(status)) { pe_err("failed to find pe session for session id:%d", session_entry->peSessionId); @@ -347,12 +343,6 @@ static void lim_post_join_set_link_state_callback( session_entry->channelChangeReasonCode = LIM_SWITCH_CHANNEL_JOIN; session_entry->pLimMlmReassocRetryReq = NULL; - pe_debug("[lim_process_mlm_join_req]: suspend link success(%d) " - "on sessionid: %d setting channel to: freq %d with ch_width :%d " - "and maxtxPower: %d", status, session_entry->peSessionId, - session_entry->curr_op_freq, - session_entry->ch_width, - session_entry->maxTxPower); lim_send_switch_chnl_params(mac, session_entry); return; diff --git a/core/sme/src/csr/csr_api_roam.c b/core/sme/src/csr/csr_api_roam.c index 57ffab4cd1..849dd103ed 100644 --- a/core/sme/src/csr/csr_api_roam.c +++ b/core/sme/src/csr/csr_api_roam.c @@ -2028,7 +2028,6 @@ void csr_assign_rssi_for_category(struct mac_context *mac, int8_t bestApRssi, { int i; - sme_debug("best AP RSSI: %d cat offset: %d", bestApRssi, catOffset); if (catOffset) { mac->roam.configParam.bCatRssiOffset = catOffset; for (i = 0; i < CSR_NUM_RSSI_CAT; i++) { @@ -2964,46 +2963,6 @@ QDF_STATUS csr_change_default_config_param(struct mac_context *mac, !wlan_reg_11d_enabled_on_host(mac->psoc)) csr_init_channel_power_list(mac, &pParam->Csr11dinfo); - sme_debug("neighbor_scan_timer_period: %d", - mac->mlme_cfg->lfr.neighbor_scan_timer_period); - sme_debug("neighbor_scan_min_timer_period: %d", - mac->mlme_cfg->lfr.neighbor_scan_min_timer_period); - sme_debug("neighbor_lookup_rssi_threshold: %d", - mac->mlme_cfg->lfr.neighbor_lookup_rssi_threshold); - sme_debug("opportunistic_scan_threshold_diff: %d", - mac->mlme_cfg->lfr. - opportunistic_scan_threshold_diff); - sme_debug("roam_rescan_rssi_diff: %d", - mac->mlme_cfg->lfr.roam_rescan_rssi_diff); - sme_debug("neighbor_scan_min_chan_time: %d", - mac->mlme_cfg->lfr.neighbor_scan_min_chan_time); - sme_debug("neighbor_scan_max_chan_time: %d", - mac->mlme_cfg->lfr.neighbor_scan_max_chan_time); - sme_debug("neighbor_scan_results_refresh_period: %d", - mac->mlme_cfg->lfr. - neighbor_scan_results_refresh_period); - sme_debug("empty_scan_refresh_period: %d", - mac->mlme_cfg->lfr.empty_scan_refresh_period); - { - int i; - - sme_debug("Num of Channels in CFG Channel List: %d", - mac->mlme_cfg->lfr. - neighbor_scan_channel_list_num); - for (i = 0; i < mac->mlme_cfg->lfr. - neighbor_scan_channel_list_num; i++) { - sme_debug("%d ", mac->mlme_cfg->lfr. - neighbor_scan_channel_list[i]); - } - } - sme_debug("roam_bmiss_first_bcnt: %d", - mac->mlme_cfg->lfr.roam_bmiss_first_bcnt); - sme_debug("roam_bmiss_final_bcnt: %d", - mac->mlme_cfg->lfr.roam_bmiss_final_bcnt); - sme_debug("roam_beacon_rssi_weight: %d", - mac->mlme_cfg->lfr.roam_beacon_rssi_weight); - sme_debug("full_scan_period: %u", - mac->mlme_cfg->lfr.roam_full_scan_period); mac->scan.fEnableDFSChnlScan = pParam->fEnableDFSChnlScan; mac->roam.configParam.fScanTwice = pParam->fScanTwice; /* This parameter is not available in cfg and not passed from