https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285822
--- Comment #2 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5c74aa3abd4e353ed7f8cb446c0527c8ebe15d1c commit 5c74aa3abd4e353ed7f8cb446c0527c8ebe15d1c Author: Jessica Clarke <jrt...@freebsd.org> AuthorDate: 2025-04-01 00:43:13 +0000 Commit: Adrian Chadd <adr...@freebsd.org> CommitDate: 2025-04-23 02:02:39 +0000 rtwn: enable reception of BAR frames The RX filter wasn't enabling BAR frames, so we weren't receiving them during normal operation. Jessica noticed we WERE getting BAR frames, but only when promisc mode is active. Which is a different set of bugs, but it did highlight the differences here. Differential Revision: https://reviews.freebsd.org/D49596 PR: kern/285822 sys/dev/rtwn/if_rtwn.c | 8 ++++++++ 1 file changed, 8 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.