[Bug 296503] [iwn] association to some APs is broken on recent -CURRENT
| Newsgroups | gmane.os.freebsd.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296503 Adrian Chadd <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #1 from Adrian Chadd <[email protected]> --- 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.