iwmon: RX dBm is a signed integer

This commit is contained in:
Andrew Zaborowski 2016-09-06 23:43:30 +02:00 committed by Denis Kenzior
parent a1f1046dcb
commit 4a00c25241
1 changed files with 1 additions and 1 deletions

View File

@ -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,