diff options
author | 2019-10-31 06:12:43 -0600 | |
---|---|---|
committer | 2019-11-08 09:17:28 +0100 | |
commit | 285531f9e6774e3be71da6673d475ff1a088d675 (patch) | |
tree | cb3c05420787cef15b264b35b6b8ea6936f181e3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net/fq_impl: Switch to kvmalloc() for memory allocation (diff) | |
download | wireguard-linux-285531f9e6774e3be71da6673d475ff1a088d675.tar.xz wireguard-linux-285531f9e6774e3be71da6673d475ff1a088d675.zip |
mac80211: fix station inactive_time shortly after boot
In the first 5 minutes after boot (time of INITIAL_JIFFIES),
ieee80211_sta_last_active() returns zero if last_ack is zero. This
leads to "inactive time" showing jiffies_to_msecs(jiffies).
# iw wlan0 station get fc:ec:da:64:a6:dd
Station fc:ec:da:64:a6:dd (on wlan0)
inactive time: 4294894049 ms
.
.
connected time: 70 seconds
Fix by returning last_rx if last_ack == 0.
Signed-off-by: Ahmed Zaki <anzaki@gmail.com>
Link: https://lore.kernel.org/r/20191031121243.27694-1-anzaki@gmail.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions