From a20a61dca41c80a36c7d038a35b7810f49dc4707 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 25 May 2021 15:19:56 -0500 Subject: [PATCH] monitor: Dump EXPECTED_THROUGHPUT attribute --- monitor/nlmon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 3ea71e45..a39e8590 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -4937,6 +4937,8 @@ static const struct attr_entry sta_info_table[] = { "Per-chain signal strength" }, { NL80211_STA_INFO_CHAIN_SIGNAL_AVG, "Per-chain signal strength average" }, + { NL80211_STA_INFO_EXPECTED_THROUGHPUT, + "Expected Throughput", ATTR_U32 }, { } };