forked from external/yambar
module/network: log signal strength and TX/RX bitrates at debug level
This commit is contained in:
parent
9353aa14fe
commit
eb5cb9869c
1 changed files with 4 additions and 4 deletions
|
@ -1062,7 +1062,7 @@ parse_genl_reply(struct module *mod, const struct nlmsghdr *hdr, size_t len)
|
|||
foreach_nlattr(mod, genl, msg_size, &handle_nl80211_new_station);
|
||||
}
|
||||
|
||||
LOG_INFO("%s: signal: %d dBm, RX=%u Mbit/s, TX=%u Mbit/s",
|
||||
LOG_DBG("%s: signal: %d dBm, RX=%u Mbit/s, TX=%u Mbit/s",
|
||||
m->iface, m->signal_strength_dbm,
|
||||
m->rx_bitrate / 1000 / 1000,
|
||||
m->tx_bitrate / 1000 / 1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue