Browse Source

qcacmn: hal_rx_dump_msdu_end_tlv_kiwi skip logging reserved field

__reserved_g_0003 is not present for peach platform, remove logging of
it as it is not useful anyway to log reserved field.

Change-Id: I8a7c4df5d6b769387010304d0234932925c1a866
CRs-Fixed: 3580279
Prakash Manjunathappa 1 year ago
parent
commit
19c0d5f5e8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      hal/wifi3.0/kiwi/hal_kiwi.c

+ 0 - 2
hal/wifi3.0/kiwi/hal_kiwi.c

@@ -256,7 +256,6 @@ static void hal_rx_dump_msdu_end_tlv_kiwi(void *msduend,
 			"reo_destination_indication :%x "
 			"flow_idx :%x "
 			"use_ppe :%x "
-			"__reserved_g_0003 :%x "
 			"vlan_ctag_stripped :%x "
 			"vlan_stag_stripped :%x "
 			"fragment_flag :%x "
@@ -289,7 +288,6 @@ static void hal_rx_dump_msdu_end_tlv_kiwi(void *msduend,
 			msdu_end->reo_destination_indication,
 			msdu_end->flow_idx,
 			msdu_end->use_ppe,
-			msdu_end->__reserved_g_0003,
 			msdu_end->vlan_ctag_stripped,
 			msdu_end->vlan_stag_stripped,
 			msdu_end->fragment_flag,