From 91e8246a81cb6053dc719eb6d05d1cc63e52faab Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Fri, 24 Jul 2020 16:44:35 +0000 Subject: [PATCH] MFC r363287: iwm(4): Document limitations of the driver PR: 247874 Submitted by: Charles Ross Reviewed by: brueffer, markj Approved by: brueffer Differential Revision: https://reviews.freebsd.org/D25666 --- share/man/man4/iwm.4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index bb431bf424b..a5083fa4472 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -105,6 +105,12 @@ For more information on configuring this device, see This driver requires the firmware built with the .Nm iwmfw module to work. +.Pp +Currently, +.Nm +only supports 802.11b and 802.11g modes. +It will not associate to access points that are configured to operate only +in 802.11n or 802.11ac modes. .Sh EXAMPLES Join an existing BSS network (i.e., connect to an access point): .Bd -literal -offset indent -- 2.45.0