3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 10:29:03 +02:00

monitor: Dump EXPECTED_THROUGHPUT attribute

This commit is contained in:
Denis Kenzior 2021-05-25 15:19:56 -05:00
parent 074ed35b3d
commit a20a61dca4

View File

@ -4937,6 +4937,8 @@ static const struct attr_entry sta_info_table[] = {
"Per-chain signal strength" }, "Per-chain signal strength" },
{ NL80211_STA_INFO_CHAIN_SIGNAL_AVG, { NL80211_STA_INFO_CHAIN_SIGNAL_AVG,
"Per-chain signal strength average" }, "Per-chain signal strength average" },
{ NL80211_STA_INFO_EXPECTED_THROUGHPUT,
"Expected Throughput", ATTR_U32 },
{ } { }
}; };