All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] sta_info: fix insane values in iw sta dump "inactive time"
@ 2019-10-30 21:31 Ahmed Zaki
  2019-10-30 21:31 ` [PATCH 1/1] " Ahmed Zaki
  0 siblings, 1 reply; 3+ messages in thread
From: Ahmed Zaki @ 2019-10-30 21:31 UTC (permalink / raw)
  To: linux-wireless; +Cc: anzaki

While working on an IBSS network with ath10k-ct, the iw station dump
shows insanly high values in the "inactive time". The values are
clearly the initial jiifies of the system.

Debugging showed that this happens when the ieee80211_sta_last_active
is called while last_ack == 0. In this case, it returns zero and the
inactive time shows the system jiffies. This continues until the
jiffies wrap back to zero (about 5 minutes).

Ahmed Zaki (1):
  sta_info: fix insane values in iw sta dump "inactive time"

 net/mac80211/sta_info.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-31  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 21:31 [PATCH 0/1] sta_info: fix insane values in iw sta dump "inactive time" Ahmed Zaki
2019-10-30 21:31 ` [PATCH 1/1] " Ahmed Zaki
2019-10-31  8:11   ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.