From 4a00c25241aec74dc0e573c2fac63fb90faeeebe Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Tue, 6 Sep 2016 23:43:30 +0200 Subject: [PATCH] iwmon: RX dBm is a signed integer --- monitor/nlmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index 339b2889..3f726046 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -3277,7 +3277,7 @@ static const struct attr_entry attr_table[] = { { NL80211_ATTR_INACTIVITY_TIMEOUT, "Inactivity Timeout", ATTR_U16 }, { NL80211_ATTR_RX_SIGNAL_DBM, - "RX Signal dBm", ATTR_U32 }, + "RX Signal dBm", ATTR_S32 }, { NL80211_ATTR_BG_SCAN_PERIOD, "Background Scan Period", ATTR_U16 }, { NL80211_ATTR_WDEV,