All of lore.kernel.org
 help / color / mirror / Atom feed
* Funny log entries for rtw88_8821ce
@ 2022-01-31 22:53 Larry Finger
  2022-02-01  6:26 ` Pkshih
  0 siblings, 1 reply; 7+ messages in thread
From: Larry Finger @ 2022-01-31 22:53 UTC (permalink / raw)
  To: Pkshih; +Cc: linux-wireless

Ping-Ke and list,

Within the last couple of days, I was testing rtw88 with an rtl8821ce card. I 
noticed that whenever the device is not connected to an AP, the log is flooded 
with messages like the following:
[130462.603539] rtw_8821ce 0000:02:00.0: stop vif ee:a4:95:4e:53:8b on port 0
[130463.116843] rtw_8821ce 0000:02:00.0: start vif aa:fc:19:66:5e:e2 on port 0
[130874.613430] rtw_8821ce 0000:02:00.0: stop vif aa:fc:19:66:5e:e2 on port 0
[130875.122641] rtw_8821ce 0000:02:00.0: start vif d2:e6:23:ba:98:76 on port 0
[131286.677828] rtw_8821ce 0000:02:00.0: stop vif d2:e6:23:ba:98:76 on port 0
[131287.192108] rtw_8821ce 0000:02:00.0: start vif 82:c4:33:96:2e:c6 on port 0\

After ~411 secs, the callback routine for remove_interface() in struct 
ieee80211_ops is called. After <1 sec, the add_interface() callback is called to 
restart the vif. Is this normal behavior and I see it in the logs because this 
driver is the only one that logs the start/stop calls, or is something else 
going on? It would be easy to disable those log entries, but I would like to 
know if there is some other condition?

On my kernel, HZ is 250, thus the interval is roughly 103,000 jiffies.

Thanks,

Larry


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

end of thread, other threads:[~2022-02-11  0:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-31 22:53 Funny log entries for rtw88_8821ce Larry Finger
2022-02-01  6:26 ` Pkshih
2022-02-03 20:06   ` Larry Finger
2022-02-08  9:01     ` Kalle Valo
2022-02-08 12:02       ` Pkshih
2022-02-10 14:26         ` Kalle Valo
2022-02-11  0:25           ` Pkshih

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.