aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/mt7921.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/mt7921.4')
-rw-r--r--share/man/man4/mt7921.447
1 files changed, 30 insertions, 17 deletions
diff --git a/share/man/man4/mt7921.4 b/share/man/man4/mt7921.4
index 460c90ece808..fe9efa77e35d 100644
--- a/share/man/man4/mt7921.4
+++ b/share/man/man4/mt7921.4
@@ -1,5 +1,7 @@
.\"-
-.\" Copyright (c) 2023 Bjoern A. Zeeb
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
+.\" Copyright (c) 2023-2024 Bjoern A. Zeeb
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@@ -22,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd April 18, 2023
+.Dd November 10, 2024
.Dt MT7921 4
.Os
.Sh NAME
@@ -50,12 +52,9 @@ It is discouraged to load the driver from
.Sh DESCRIPTION
The
.Nm
-driver is derived from MediaTek's Linux mt76 driver and provides support for
-the following chipsets:
-.Pp
-.Bl -tag -width Ds -offset indent -compact
-.It MediaTek MT7921E (PCIe)
-.El
+driver provides support for MediaTek MT7921E wireless network devices.
+.Nm
+is derived from MediaTek's Linux mt76 driver.
.Pp
This driver requires firmware to be loaded before it will work.
The package
@@ -67,28 +66,34 @@ Otherwise no
.Xr wlan 4
interface can be created using
.Xr ifconfig 8 .
+One can use
+.Xr fwget 8
+to install the correct firmware package.
.Pp
The driver uses the
.\" No LinuxKPI man pages so no .Xr here.
-.Em linuxkpi_wlan
+.Sy linuxkpi_wlan
and
-.Em linuxkpi
+.Sy linuxkpi
compat framework to bridge between the Linux and
native
.Fx
driver code as well as to the native
.Xr net80211 4
wireless stack.
-.Pp
-While
+.Sh HARDWARE
+The
.Nm
-supports all 802.11 a/b/g/n/ac and ax
-the compatibility code currently only supports 802.11 a/b/g modes.
-Support for 802.11 n/ac is to come.
-.Sh BUGS
-Certainly.
+driver supports PCIe devices with the following chipsets:
+.Pp
+.Bl -bullet -offset indent -compact
+.It
+MediaTek MT7921E
+.El
.Sh SEE ALSO
.Xr wlan 4 ,
+.Xr networking 7 ,
+.Xr fwget 8 ,
.Xr ifconfig 8 ,
.Xr wpa_supplicant 8
.Sh HISTORY
@@ -96,3 +101,11 @@ The
.Nm
driver first appeared in
.Fx 14.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.