qcacmn: Change radiotap HE log level from info to debug
Change log level for HE flags, HE data and HE MU info fields added to radiotap header. Earlier log level of info used to flood on console. Change-Id: I7754df859bb315fff7e449e263e0d77cf412a852 CRs-Fixed: 2295965
This commit is contained in:

committed by
nshrivas

parent
23310e82bb
commit
3c5c017507
@@ -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);
|
||||
|
Reference in New Issue
Block a user