Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2024 04:29:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 250424] [rtwn] an USB device could panic under load: panic: not an HT sta
Message-ID:  <bug-250424-21060-YNEsTESgUD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250424-21060@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250424

Adrian Chadd <adrian@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adrian@freebsd.org

--- Comment #2 from Adrian Chadd <adrian@freebsd.org> ---
This one is .. interesting. "Not a HT STA" means that something tagged a frame
as M_AMPDU but the STA wasn't an 11n one. Either it's because there's stale
frames left in the driver queue across some kind of interface restart or the
mbuf flag (M_AMPDU) is set incorrectly.

I don't see where it's being set in rtwn, which is odd because I /thought/ it
was doing AMPDU RX at the very least. So if it's not doing 11n RX then you
shouldn't ever be seeing this!

Lemme find my RTL8188EU and see if it's still reproducable. I'm neck deep in
weird rtwn corner cases right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250424-21060-YNEsTESgUD>