Ver Fonte

qcacmn: add/remove recommended error/debug print

add/remove recommended error/debug print

Change-Id: I23075a7e5a0512ac9a5d87748f1ef75e4a799fe1
CRs-Fixed: 3528661
Shivam Kumar há 2 anos atrás
pai
commit
f337d69b2a
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      qdf/linux/src/qdf_nbuf.c

+ 0 - 5
qdf/linux/src/qdf_nbuf.c

@@ -5088,11 +5088,6 @@ qdf_nbuf_update_radiotap_he_flags(struct mon_rx_status *rx_status,
 
 	put_unaligned_le16(rx_status->he_data6, &rtap_buf[rtap_len]);
 	rtap_len += 2;
-	qdf_rl_debug("he data %x %x %x %x %x %x",
-		     rx_status->he_data1,
-		     rx_status->he_data2, rx_status->he_data3,
-		     rx_status->he_data4, rx_status->he_data5,
-		     rx_status->he_data6);
 
 	return rtap_len;
 }