mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
iwlwifi.4: Update modes for recent 802.11ac
Reported by: Pat Maddox <pat@patmaddox.com> Reviewed by: bz (previous version), emaste, mhorne Approved by: mhorne (mentor) Differential Revision: https://reviews.freebsd.org/D49937
This commit is contained in:
parent
70b66cf804
commit
c33945a112
1 changed files with 6 additions and 6 deletions
|
|
@ -27,12 +27,12 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd November 10, 2024
|
||||
.Dd April 20, 2025
|
||||
.Dt IWLWIFI 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm iwlwifi
|
||||
.Nd Intel IEEE 802.11a/b/g/n/ac/ax wireless network driver
|
||||
.Nd Intel IEEE 802.11a/b/g/n/ac/ax/be wireless network driver
|
||||
.Sh SYNOPSIS
|
||||
The driver will auto-load without any user interaction using
|
||||
.Xr devmatch 8
|
||||
|
|
@ -254,7 +254,7 @@ 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 yet to come.
|
||||
802.11ax and 6Ghz support are planned.
|
||||
supports 802.11a/b/g/n/ac/ax/be modes,
|
||||
the compatibility code currently only supports 802.11a/b/g/n/ac modes.
|
||||
802.11n/ac is only available on the 22000 and later chipset generations.
|
||||
802.11ax/be and 6Ghz support are planned.
|
||||
|
|
|
|||
Loading…
Reference in a new issue