https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247545
--- Comment #34 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=c14b016242613da79516e83fc6faef35d827cc18 commit c14b016242613da79516e83fc6faef35d827cc18 Author: Jesper Schmitz Mouridsen <j...@freebsd.org> AuthorDate: 2025-02-03 19:20:52 +0000 Commit: Jesper Schmitz Mouridsen <j...@freebsd.org> CommitDate: 2025-02-03 19:20:52 +0000 mt7601U: Importing if_mtw from OpenBSD Added ht20 mode, based on if_run from FreeBSD, and if_mtw.c from OpenBSD. PR: 247545 Approved by: adrian, wireless Differential Revision: https://reviews.freebsd.org/D45179 sbin/devd/devd.conf | 2 +- share/man/man4/Makefile | 1 + share/man/man4/mtw.4 (new) | 74 + sys/dev/usb/usbdevs | 3 +- sys/dev/usb/wlan/if_mtw.c (new) | 4675 ++++++++++++++++++++++++++++++++++++ sys/dev/usb/wlan/if_mtwreg.h (new) | 1439 +++++++++++ sys/dev/usb/wlan/if_mtwvar.h (new) | 387 +++ sys/modules/usb/Makefile | 2 +- sys/modules/usb/mtw/Makefile (new) | 9 + 9 files changed, 6589 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.