From c66cd33bac01ddaaf5073b79e4d776d2cd1c82a8 Mon Sep 17 00:00:00 2001 From: sandhu Date: Wed, 3 Nov 2021 11:13:46 -0700 Subject: [PATCH] qcacmn: Fix WHUNT compilation issue Fix hamilton whunt compilation. Remove mesh_sta print Change-Id: Ia025a3ebf7f209d47d4c101c5eb6e834a4db79b9 CRs-Fixed: 3068950 --- hal/wifi3.0/wcn7850/hal_7850.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hal/wifi3.0/wcn7850/hal_7850.c b/hal/wifi3.0/wcn7850/hal_7850.c index dcfe10d982..086c67f773 100644 --- a/hal/wifi3.0/wcn7850/hal_7850.c +++ b/hal/wifi3.0/wcn7850/hal_7850.c @@ -485,7 +485,6 @@ static inline void hal_rx_dump_mpdu_start_tlv_7850(void *mpdustart, "all_frames_shall_be_encrypted :%x" "encrypt_type:%x " "wep_key_width_for_variable_key :%x" - "mesh_sta:%x " "bssid_hit:%x " "bssid_number:%x " "tid:%x " @@ -505,7 +504,6 @@ static inline void hal_rx_dump_mpdu_start_tlv_7850(void *mpdustart, mpdu_info->all_frames_shall_be_encrypted, mpdu_info->encrypt_type, mpdu_info->wep_key_width_for_variable_key, - mpdu_info->mesh_sta, mpdu_info->bssid_hit, mpdu_info->bssid_number, mpdu_info->tid,