[Bug 296503] [iwn] association to some APs is broken on recent -CURRENT

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 03 Jul 2026 23:03:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296503

Adrian Chadd <adrian@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |In Progress

--- Comment #1 from Adrian Chadd <adrian@freebsd.org> ---
ok, so the culprit is that I didn't add ieee80211_output_seqno_assign() to
iwn_tx_data_raw(), only to iwn_tx_data(). Some drivers implement the raw TX
path as a wrapper around the non-raw path. iwn does not.

I'll need to go and audit the drivers again - just grep everything for calls to
ieee80211_output_seqno_assign() and make sure it's happening on all of the
transmit paths.

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