]> git.ipfire.org Git - thirdparty/iw.git/commit - station.c
iw: fix the beacon average signal parsing
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Thu, 4 Oct 2018 09:34:20 +0000 (12:34 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 9 Oct 2018 07:56:18 +0000 (09:56 +0200)
commit0fc92835634e80f91f065422b9cce14441e44a9f
treed05d99c8042dcec1aaafb55123dcbfe6c67258ee
parentd227267148275c63041aca62f4da5d5f07354a82
iw: fix the beacon average signal parsing

NL80211_STA_INFO_BEACON_SIGNAL_AVG is parsed as a u8, but
it should be casted to a int8_t before being printed.

Change-Id: Ieb6fab3b803d8ea82819a450f07cc4b537d8de8b
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
station.c