qcacmn: add/remove recommended error/debug print

add/remove recommended error/debug print

Change-Id: I2c5e2ed73fbc4299289b0d6c3059c514ef5052e9
CRs-Fixed: 3528661
This commit is contained in:
Shivam Kumar
2023-08-01 12:49:27 -07:00
committad av Rahul Choudhary
förälder f337d69b2a
incheckning f7142b0fd4

Visa fil

@@ -5134,11 +5134,6 @@ qdf_nbuf_update_radiotap_he_mu_flags(struct mon_rx_status *rx_status,
rtap_buf[rtap_len] = rx_status->he_RU[3];
rtap_len += 1;
qdf_debug("he_flags %x %x he-RU %x %x %x %x",
rx_status->he_flags1,
rx_status->he_flags2, rx_status->he_RU[0],
rx_status->he_RU[1], rx_status->he_RU[2],
rx_status->he_RU[3]);
} else {
put_unaligned_le16(rx_user_status->he_flags1,
&rtap_buf[rtap_len]);
@@ -5205,11 +5200,6 @@ qdf_nbuf_update_radiotap_he_mu_other_flags(struct mon_rx_status *rx_status,
rtap_buf[rtap_len] = rx_status->he_per_user_known;
rtap_len += 1;
qdf_debug("he_per_user %x %x pos %x knwn %x",
rx_status->he_per_user_1,
rx_status->he_per_user_2,
rx_status->he_per_user_position,
rx_status->he_per_user_known);
} else {
put_unaligned_le16(rx_user_status->he_per_user_1,
&rtap_buf[rtap_len]);
@@ -5224,11 +5214,6 @@ qdf_nbuf_update_radiotap_he_mu_other_flags(struct mon_rx_status *rx_status,
rtap_buf[rtap_len] = rx_user_status->he_per_user_known;
rtap_len += 1;
qdf_debug("he_per_user %x %x pos %x knwn %x",
rx_user_status->he_per_user_1,
rx_user_status->he_per_user_2,
rx_user_status->he_per_user_position,
rx_user_status->he_per_user_known);
}
return rtap_len;