qcacmn: Use hal_verbose_debug() to print msgs which come excessively
Some of the print messages in HAL module come very excessively. Use hal_verbose_debug() API to print them. CRs-fixed: 2405028 Change-Id: I4b4754af65c00edb571de898527026b6183ef15f
This commit is contained in:
@@ -1734,190 +1734,190 @@ static inline void hal_rx_dump_mpdu_start_tlv_generic(void *mpdustart,
|
||||
struct rx_mpdu_info *mpdu_info =
|
||||
(struct rx_mpdu_info *)&mpdu_start->rx_mpdu_info_details;
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, dbg_level,
|
||||
"rx_mpdu_start tlv (1/5) - "
|
||||
"rxpcu_mpdu_filter_in_category: %x "
|
||||
"sw_frame_group_id: %x "
|
||||
"ndp_frame: %x "
|
||||
"phy_err: %x "
|
||||
"phy_err_during_mpdu_header: %x "
|
||||
"protocol_version_err: %x "
|
||||
"ast_based_lookup_valid: %x "
|
||||
"phy_ppdu_id: %x "
|
||||
"ast_index: %x "
|
||||
"sw_peer_id: %x "
|
||||
"mpdu_frame_control_valid: %x "
|
||||
"mpdu_duration_valid: %x "
|
||||
"mac_addr_ad1_valid: %x "
|
||||
"mac_addr_ad2_valid: %x "
|
||||
"mac_addr_ad3_valid: %x "
|
||||
"mac_addr_ad4_valid: %x "
|
||||
"mpdu_sequence_control_valid: %x "
|
||||
"mpdu_qos_control_valid: %x "
|
||||
"mpdu_ht_control_valid: %x "
|
||||
"frame_encryption_info_valid: %x ",
|
||||
mpdu_info->rxpcu_mpdu_filter_in_category,
|
||||
mpdu_info->sw_frame_group_id,
|
||||
mpdu_info->ndp_frame,
|
||||
mpdu_info->phy_err,
|
||||
mpdu_info->phy_err_during_mpdu_header,
|
||||
mpdu_info->protocol_version_err,
|
||||
mpdu_info->ast_based_lookup_valid,
|
||||
mpdu_info->phy_ppdu_id,
|
||||
mpdu_info->ast_index,
|
||||
mpdu_info->sw_peer_id,
|
||||
mpdu_info->mpdu_frame_control_valid,
|
||||
mpdu_info->mpdu_duration_valid,
|
||||
mpdu_info->mac_addr_ad1_valid,
|
||||
mpdu_info->mac_addr_ad2_valid,
|
||||
mpdu_info->mac_addr_ad3_valid,
|
||||
mpdu_info->mac_addr_ad4_valid,
|
||||
mpdu_info->mpdu_sequence_control_valid,
|
||||
mpdu_info->mpdu_qos_control_valid,
|
||||
mpdu_info->mpdu_ht_control_valid,
|
||||
mpdu_info->frame_encryption_info_valid);
|
||||
hal_verbose_debug(
|
||||
"rx_mpdu_start tlv (1/5) - "
|
||||
"rxpcu_mpdu_filter_in_category: %x "
|
||||
"sw_frame_group_id: %x "
|
||||
"ndp_frame: %x "
|
||||
"phy_err: %x "
|
||||
"phy_err_during_mpdu_header: %x "
|
||||
"protocol_version_err: %x "
|
||||
"ast_based_lookup_valid: %x "
|
||||
"phy_ppdu_id: %x "
|
||||
"ast_index: %x "
|
||||
"sw_peer_id: %x "
|
||||
"mpdu_frame_control_valid: %x "
|
||||
"mpdu_duration_valid: %x "
|
||||
"mac_addr_ad1_valid: %x "
|
||||
"mac_addr_ad2_valid: %x "
|
||||
"mac_addr_ad3_valid: %x "
|
||||
"mac_addr_ad4_valid: %x "
|
||||
"mpdu_sequence_control_valid: %x "
|
||||
"mpdu_qos_control_valid: %x "
|
||||
"mpdu_ht_control_valid: %x "
|
||||
"frame_encryption_info_valid: %x ",
|
||||
mpdu_info->rxpcu_mpdu_filter_in_category,
|
||||
mpdu_info->sw_frame_group_id,
|
||||
mpdu_info->ndp_frame,
|
||||
mpdu_info->phy_err,
|
||||
mpdu_info->phy_err_during_mpdu_header,
|
||||
mpdu_info->protocol_version_err,
|
||||
mpdu_info->ast_based_lookup_valid,
|
||||
mpdu_info->phy_ppdu_id,
|
||||
mpdu_info->ast_index,
|
||||
mpdu_info->sw_peer_id,
|
||||
mpdu_info->mpdu_frame_control_valid,
|
||||
mpdu_info->mpdu_duration_valid,
|
||||
mpdu_info->mac_addr_ad1_valid,
|
||||
mpdu_info->mac_addr_ad2_valid,
|
||||
mpdu_info->mac_addr_ad3_valid,
|
||||
mpdu_info->mac_addr_ad4_valid,
|
||||
mpdu_info->mpdu_sequence_control_valid,
|
||||
mpdu_info->mpdu_qos_control_valid,
|
||||
mpdu_info->mpdu_ht_control_valid,
|
||||
mpdu_info->frame_encryption_info_valid);
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, dbg_level,
|
||||
"rx_mpdu_start tlv (2/5) - "
|
||||
"fr_ds: %x "
|
||||
"to_ds: %x "
|
||||
"encrypted: %x "
|
||||
"mpdu_retry: %x "
|
||||
"mpdu_sequence_number: %x "
|
||||
"epd_en: %x "
|
||||
"all_frames_shall_be_encrypted: %x "
|
||||
"encrypt_type: %x "
|
||||
"mesh_sta: %x "
|
||||
"bssid_hit: %x "
|
||||
"bssid_number: %x "
|
||||
"tid: %x "
|
||||
"pn_31_0: %x "
|
||||
"pn_63_32: %x "
|
||||
"pn_95_64: %x "
|
||||
"pn_127_96: %x "
|
||||
"peer_meta_data: %x "
|
||||
"rxpt_classify_info.reo_destination_indication: %x "
|
||||
"rxpt_classify_info.use_flow_id_toeplitz_clfy: %x "
|
||||
"rx_reo_queue_desc_addr_31_0: %x ",
|
||||
mpdu_info->fr_ds,
|
||||
mpdu_info->to_ds,
|
||||
mpdu_info->encrypted,
|
||||
mpdu_info->mpdu_retry,
|
||||
mpdu_info->mpdu_sequence_number,
|
||||
mpdu_info->epd_en,
|
||||
mpdu_info->all_frames_shall_be_encrypted,
|
||||
mpdu_info->encrypt_type,
|
||||
mpdu_info->mesh_sta,
|
||||
mpdu_info->bssid_hit,
|
||||
mpdu_info->bssid_number,
|
||||
mpdu_info->tid,
|
||||
mpdu_info->pn_31_0,
|
||||
mpdu_info->pn_63_32,
|
||||
mpdu_info->pn_95_64,
|
||||
mpdu_info->pn_127_96,
|
||||
mpdu_info->peer_meta_data,
|
||||
mpdu_info->rxpt_classify_info_details.reo_destination_indication,
|
||||
mpdu_info->rxpt_classify_info_details.use_flow_id_toeplitz_clfy,
|
||||
mpdu_info->rx_reo_queue_desc_addr_31_0);
|
||||
hal_verbose_debug(
|
||||
"rx_mpdu_start tlv (2/5) - "
|
||||
"fr_ds: %x "
|
||||
"to_ds: %x "
|
||||
"encrypted: %x "
|
||||
"mpdu_retry: %x "
|
||||
"mpdu_sequence_number: %x "
|
||||
"epd_en: %x "
|
||||
"all_frames_shall_be_encrypted: %x "
|
||||
"encrypt_type: %x "
|
||||
"mesh_sta: %x "
|
||||
"bssid_hit: %x "
|
||||
"bssid_number: %x "
|
||||
"tid: %x "
|
||||
"pn_31_0: %x "
|
||||
"pn_63_32: %x "
|
||||
"pn_95_64: %x "
|
||||
"pn_127_96: %x "
|
||||
"peer_meta_data: %x "
|
||||
"rxpt_classify_info.reo_destination_indication: %x "
|
||||
"rxpt_classify_info.use_flow_id_toeplitz_clfy: %x "
|
||||
"rx_reo_queue_desc_addr_31_0: %x ",
|
||||
mpdu_info->fr_ds,
|
||||
mpdu_info->to_ds,
|
||||
mpdu_info->encrypted,
|
||||
mpdu_info->mpdu_retry,
|
||||
mpdu_info->mpdu_sequence_number,
|
||||
mpdu_info->epd_en,
|
||||
mpdu_info->all_frames_shall_be_encrypted,
|
||||
mpdu_info->encrypt_type,
|
||||
mpdu_info->mesh_sta,
|
||||
mpdu_info->bssid_hit,
|
||||
mpdu_info->bssid_number,
|
||||
mpdu_info->tid,
|
||||
mpdu_info->pn_31_0,
|
||||
mpdu_info->pn_63_32,
|
||||
mpdu_info->pn_95_64,
|
||||
mpdu_info->pn_127_96,
|
||||
mpdu_info->peer_meta_data,
|
||||
mpdu_info->rxpt_classify_info_details.reo_destination_indication,
|
||||
mpdu_info->rxpt_classify_info_details.use_flow_id_toeplitz_clfy,
|
||||
mpdu_info->rx_reo_queue_desc_addr_31_0);
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, dbg_level,
|
||||
"rx_mpdu_start tlv (3/5) - "
|
||||
"rx_reo_queue_desc_addr_39_32: %x "
|
||||
"receive_queue_number: %x "
|
||||
"pre_delim_err_warning: %x "
|
||||
"first_delim_err: %x "
|
||||
"key_id_octet: %x "
|
||||
"new_peer_entry: %x "
|
||||
"decrypt_needed: %x "
|
||||
"decap_type: %x "
|
||||
"rx_insert_vlan_c_tag_padding: %x "
|
||||
"rx_insert_vlan_s_tag_padding: %x "
|
||||
"strip_vlan_c_tag_decap: %x "
|
||||
"strip_vlan_s_tag_decap: %x "
|
||||
"pre_delim_count: %x "
|
||||
"ampdu_flag: %x "
|
||||
"bar_frame: %x "
|
||||
"mpdu_length: %x "
|
||||
"first_mpdu: %x "
|
||||
"mcast_bcast: %x "
|
||||
"ast_index_not_found: %x "
|
||||
"ast_index_timeout: %x ",
|
||||
mpdu_info->rx_reo_queue_desc_addr_39_32,
|
||||
mpdu_info->receive_queue_number,
|
||||
mpdu_info->pre_delim_err_warning,
|
||||
mpdu_info->first_delim_err,
|
||||
mpdu_info->key_id_octet,
|
||||
mpdu_info->new_peer_entry,
|
||||
mpdu_info->decrypt_needed,
|
||||
mpdu_info->decap_type,
|
||||
mpdu_info->rx_insert_vlan_c_tag_padding,
|
||||
mpdu_info->rx_insert_vlan_s_tag_padding,
|
||||
mpdu_info->strip_vlan_c_tag_decap,
|
||||
mpdu_info->strip_vlan_s_tag_decap,
|
||||
mpdu_info->pre_delim_count,
|
||||
mpdu_info->ampdu_flag,
|
||||
mpdu_info->bar_frame,
|
||||
mpdu_info->mpdu_length,
|
||||
mpdu_info->first_mpdu,
|
||||
mpdu_info->mcast_bcast,
|
||||
mpdu_info->ast_index_not_found,
|
||||
mpdu_info->ast_index_timeout);
|
||||
hal_verbose_debug(
|
||||
"rx_mpdu_start tlv (3/5) - "
|
||||
"rx_reo_queue_desc_addr_39_32: %x "
|
||||
"receive_queue_number: %x "
|
||||
"pre_delim_err_warning: %x "
|
||||
"first_delim_err: %x "
|
||||
"key_id_octet: %x "
|
||||
"new_peer_entry: %x "
|
||||
"decrypt_needed: %x "
|
||||
"decap_type: %x "
|
||||
"rx_insert_vlan_c_tag_padding: %x "
|
||||
"rx_insert_vlan_s_tag_padding: %x "
|
||||
"strip_vlan_c_tag_decap: %x "
|
||||
"strip_vlan_s_tag_decap: %x "
|
||||
"pre_delim_count: %x "
|
||||
"ampdu_flag: %x "
|
||||
"bar_frame: %x "
|
||||
"mpdu_length: %x "
|
||||
"first_mpdu: %x "
|
||||
"mcast_bcast: %x "
|
||||
"ast_index_not_found: %x "
|
||||
"ast_index_timeout: %x ",
|
||||
mpdu_info->rx_reo_queue_desc_addr_39_32,
|
||||
mpdu_info->receive_queue_number,
|
||||
mpdu_info->pre_delim_err_warning,
|
||||
mpdu_info->first_delim_err,
|
||||
mpdu_info->key_id_octet,
|
||||
mpdu_info->new_peer_entry,
|
||||
mpdu_info->decrypt_needed,
|
||||
mpdu_info->decap_type,
|
||||
mpdu_info->rx_insert_vlan_c_tag_padding,
|
||||
mpdu_info->rx_insert_vlan_s_tag_padding,
|
||||
mpdu_info->strip_vlan_c_tag_decap,
|
||||
mpdu_info->strip_vlan_s_tag_decap,
|
||||
mpdu_info->pre_delim_count,
|
||||
mpdu_info->ampdu_flag,
|
||||
mpdu_info->bar_frame,
|
||||
mpdu_info->mpdu_length,
|
||||
mpdu_info->first_mpdu,
|
||||
mpdu_info->mcast_bcast,
|
||||
mpdu_info->ast_index_not_found,
|
||||
mpdu_info->ast_index_timeout);
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, dbg_level,
|
||||
"rx_mpdu_start tlv (4/5) - "
|
||||
"power_mgmt: %x "
|
||||
"non_qos: %x "
|
||||
"null_data: %x "
|
||||
"mgmt_type: %x "
|
||||
"ctrl_type: %x "
|
||||
"more_data: %x "
|
||||
"eosp: %x "
|
||||
"fragment_flag: %x "
|
||||
"order: %x "
|
||||
"u_apsd_trigger: %x "
|
||||
"encrypt_required: %x "
|
||||
"directed: %x "
|
||||
"mpdu_frame_control_field: %x "
|
||||
"mpdu_duration_field: %x "
|
||||
"mac_addr_ad1_31_0: %x "
|
||||
"mac_addr_ad1_47_32: %x "
|
||||
"mac_addr_ad2_15_0: %x "
|
||||
"mac_addr_ad2_47_16: %x "
|
||||
"mac_addr_ad3_31_0: %x "
|
||||
"mac_addr_ad3_47_32: %x ",
|
||||
mpdu_info->power_mgmt,
|
||||
mpdu_info->non_qos,
|
||||
mpdu_info->null_data,
|
||||
mpdu_info->mgmt_type,
|
||||
mpdu_info->ctrl_type,
|
||||
mpdu_info->more_data,
|
||||
mpdu_info->eosp,
|
||||
mpdu_info->fragment_flag,
|
||||
mpdu_info->order,
|
||||
mpdu_info->u_apsd_trigger,
|
||||
mpdu_info->encrypt_required,
|
||||
mpdu_info->directed,
|
||||
mpdu_info->mpdu_frame_control_field,
|
||||
mpdu_info->mpdu_duration_field,
|
||||
mpdu_info->mac_addr_ad1_31_0,
|
||||
mpdu_info->mac_addr_ad1_47_32,
|
||||
mpdu_info->mac_addr_ad2_15_0,
|
||||
mpdu_info->mac_addr_ad2_47_16,
|
||||
mpdu_info->mac_addr_ad3_31_0,
|
||||
mpdu_info->mac_addr_ad3_47_32);
|
||||
hal_verbose_debug(
|
||||
"rx_mpdu_start tlv (4/5) - "
|
||||
"power_mgmt: %x "
|
||||
"non_qos: %x "
|
||||
"null_data: %x "
|
||||
"mgmt_type: %x "
|
||||
"ctrl_type: %x "
|
||||
"more_data: %x "
|
||||
"eosp: %x "
|
||||
"fragment_flag: %x "
|
||||
"order: %x "
|
||||
"u_apsd_trigger: %x "
|
||||
"encrypt_required: %x "
|
||||
"directed: %x "
|
||||
"mpdu_frame_control_field: %x "
|
||||
"mpdu_duration_field: %x "
|
||||
"mac_addr_ad1_31_0: %x "
|
||||
"mac_addr_ad1_47_32: %x "
|
||||
"mac_addr_ad2_15_0: %x "
|
||||
"mac_addr_ad2_47_16: %x "
|
||||
"mac_addr_ad3_31_0: %x "
|
||||
"mac_addr_ad3_47_32: %x ",
|
||||
mpdu_info->power_mgmt,
|
||||
mpdu_info->non_qos,
|
||||
mpdu_info->null_data,
|
||||
mpdu_info->mgmt_type,
|
||||
mpdu_info->ctrl_type,
|
||||
mpdu_info->more_data,
|
||||
mpdu_info->eosp,
|
||||
mpdu_info->fragment_flag,
|
||||
mpdu_info->order,
|
||||
mpdu_info->u_apsd_trigger,
|
||||
mpdu_info->encrypt_required,
|
||||
mpdu_info->directed,
|
||||
mpdu_info->mpdu_frame_control_field,
|
||||
mpdu_info->mpdu_duration_field,
|
||||
mpdu_info->mac_addr_ad1_31_0,
|
||||
mpdu_info->mac_addr_ad1_47_32,
|
||||
mpdu_info->mac_addr_ad2_15_0,
|
||||
mpdu_info->mac_addr_ad2_47_16,
|
||||
mpdu_info->mac_addr_ad3_31_0,
|
||||
mpdu_info->mac_addr_ad3_47_32);
|
||||
|
||||
QDF_TRACE(QDF_MODULE_ID_DP, dbg_level,
|
||||
"rx_mpdu_start tlv (5/5) - "
|
||||
"mpdu_sequence_control_field: %x "
|
||||
"mac_addr_ad4_31_0: %x "
|
||||
"mac_addr_ad4_47_32: %x "
|
||||
"mpdu_qos_control_field: %x "
|
||||
"mpdu_ht_control_field: %x ",
|
||||
mpdu_info->mpdu_sequence_control_field,
|
||||
mpdu_info->mac_addr_ad4_31_0,
|
||||
mpdu_info->mac_addr_ad4_47_32,
|
||||
mpdu_info->mpdu_qos_control_field,
|
||||
mpdu_info->mpdu_ht_control_field);
|
||||
hal_verbose_debug(
|
||||
"rx_mpdu_start tlv (5/5) - "
|
||||
"mpdu_sequence_control_field: %x "
|
||||
"mac_addr_ad4_31_0: %x "
|
||||
"mac_addr_ad4_47_32: %x "
|
||||
"mpdu_qos_control_field: %x "
|
||||
"mpdu_ht_control_field: %x ",
|
||||
mpdu_info->mpdu_sequence_control_field,
|
||||
mpdu_info->mac_addr_ad4_31_0,
|
||||
mpdu_info->mac_addr_ad4_47_32,
|
||||
mpdu_info->mpdu_qos_control_field,
|
||||
mpdu_info->mpdu_ht_control_field);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user