mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-11 10:12:42 +01:00
iwmon: RX dBm is a signed integer
This commit is contained in:
parent
a1f1046dcb
commit
4a00c25241
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user