All of lore.kernel.org
 help / color / mirror / Atom feed
* mac80211 keeps trying to start ampdu session??
@ 2018-10-23  7:44 Ali MJ Al-Nasrawy
  2018-10-23  8:18 ` Johannes Berg
  0 siblings, 1 reply; 4+ messages in thread
From: Ali MJ Al-Nasrawy @ 2018-10-23  7:44 UTC (permalink / raw)
  To: Johannes Berg; +Cc: linux-wireless, Arend van Spriel

Hi,

I am trying to debug brcmsmac wireless driver for spamming the log with
the message:
[...] START: tid 2 is not agg'able
for it does not support AMPDU aggreggation for TID 2.

And after quick tracing, I found that mac80211 keeps trying to start
AMPDU session for the _same TID and STA_ despite that the driver returns
non-zero code via its ampdu_action callback and that non-zero return
codes are recognized as the "HW unavailable" for such session
(agg-tx.c:ieee80211_tx_ba_session_handle_start)

So, Is that an expected behaviour from mac80211 or not??

Regards,
Ali MJ

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

end of thread, other threads:[~2018-10-23 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-23  7:44 mac80211 keeps trying to start ampdu session?? Ali MJ Al-Nasrawy
2018-10-23  8:18 ` Johannes Berg
2018-10-23 12:22   ` Ali MJ Al-Nasrawy
2018-10-23 20:29     ` 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.