|
@@ -3822,7 +3822,7 @@ 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_info("he data %x %x %x %x %x %x",
|
|
|
+ qdf_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,
|
|
@@ -3868,7 +3868,7 @@ 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_info("he_flags %x %x he-RU %x %x %x %x",
|
|
|
+ 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],
|
|
@@ -3908,7 +3908,7 @@ 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_info("he_per_user %x %x pos %x knwn %x",
|
|
|
+ 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);
|