Date: Wed, 29 Jul 2026 00:47:39 +0000 From: Bjoern A. Zeeb <bz@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 3afa2628ccd2 - main - mt76: mt7921: update man page Message-ID: <6a694dab.3e880.7b11d9af@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=3afa2628ccd22f81527406bbf6a4dca54d964afc commit 3afa2628ccd22f81527406bbf6a4dca54d964afc Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2026-07-27 14:33:52 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2026-07-29 00:36:25 +0000 mt76: mt7921: update man page Adjust the man page to what other LinuxKPI wlan man pages say and look like as it has been a while since I wrote it. The man page is not yet hooked up to the build on purpose as the driver is not yet enabled in the tree. Sponsored by: The FreeBSD Foundation MFC after: 3 days Reviewed by: ziaee (earlier version) Differential Revision: https://reviews.freebsd.org/D58479 --- share/man/man4/mt7921.4 | 64 +++++++++++++++++++------------------------------ 1 file changed, 25 insertions(+), 39 deletions(-) diff --git a/share/man/man4/mt7921.4 b/share/man/man4/mt7921.4 index fe9efa77e35d..7d7c545f7b07 100644 --- a/share/man/man4/mt7921.4 +++ b/share/man/man4/mt7921.4 @@ -1,30 +1,13 @@ -.\"- -.\" SPDX-License-Identifier: BSD-2-Clause .\" .\" Copyright (c) 2023-2024 Bjoern A. Zeeb +.\" Copyright (c) 2026 The FreeBSD Foundation .\" -.\" Redistribution and use in source and binary forms, with or without -.\" modification, are permitted provided that the following conditions -.\" are met: -.\" 1. Redistributions of source code must retain the above copyright -.\" notice, this list of conditions and the following disclaimer. -.\" 2. Redistributions in binary form must reproduce the above copyright -.\" notice, this list of conditions and the following disclaimer in the -.\" documentation and/or other materials provided with the distribution. +.\" Portions of this documentation were written by Bj\xc3\xb6rn Zeeb +.\" under sponsorship from the FreeBSD Foundation. .\" -.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND -.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -.\" SUCH DAMAGE. +.\" SPDX-License-Identifier: BSD-2-Clause .\" -.Dd November 10, 2024 +.Dd July 27, 2026 .Dt MT7921 4 .Os .Sh NAME @@ -44,21 +27,19 @@ to manually load the driver as a module at boot time: kld_list="${kld_list} if_mt7921" .Ed .Pp -The driver should automatically load any -firmware needed for the particular chipset. -.Pp -It is discouraged to load the driver from +It is not possible to load the driver from .Xr loader 8 . .Sh DESCRIPTION The .Nm -driver provides support for MediaTek MT7921E wireless network devices. +driver provides support for MediaTek MT7921 based wireless +network devices. .Nm -is derived from MediaTek's Linux mt76 driver. +is derived from MediaTek's Linux mt76 driver based on Linux version 7.0. .Pp This driver requires firmware to be loaded before it will work. The package -.Pa wifi-firmware-mt76-kmod +.Pa wifi-firmware-mt76-kmod-mt7921 from the .Pa ports/net/wifi-firmware-mt76-kmod port needs to be installed before the driver is loaded. @@ -66,15 +47,14 @@ Otherwise no .Xr wlan 4 interface can be created using .Xr ifconfig 8 . -One can use +One should use .Xr fwget 8 to install the correct firmware package. .Pp The driver uses the -.\" No LinuxKPI man pages so no .Xr here. -.Sy linuxkpi_wlan +.Xr linuxkpi_wlan 4 and -.Sy linuxkpi +.Xr linuxkpi 4 compat framework to bridge between the Linux and native .Fx @@ -88,9 +68,17 @@ driver supports PCIe devices with the following chipsets: .Pp .Bl -bullet -offset indent -compact .It -MediaTek MT7921E +MediaTek MT7920E +.It +MediaTek MT7921E (also known as AMD RZ608) +.It +MediaTek MT7922E (also known as AMD RZ616) .El +.Pp +You may also see MT7961 in names for MT7920 and MT7921 devices. .Sh SEE ALSO +.Xr linuxkpi 4 , +.Xr linuxkpi_wlan 4 , .Xr wlan 4 , .Xr networking 7 , .Xr fwget 8 , @@ -100,12 +88,10 @@ MediaTek MT7921E The .Nm driver first appeared in -.Fx 14.0 . +.Fx 16.0 . .Sh BUGS -Certainly. -.Pp While .Nm supports 802.11a/b/g/n/ac/ax modes, -the compatibility code currently only supports 802.11a/b/g modes. -Support for 802.11n/ac/ax is to come. +the compatibility code currently only supports 802.11a/b/g/n/ac modes. +Support for 802.11ax is to come.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a694dab.3e880.7b11d9af>
