Created attachment 216341 [details] diff to add info about 802.11b/g mode limitations The iwm(4) driver currently only works in 802.11b/g modes. It will not associate to access points that operate only in 802.11n or 802.11ac modes. This is not documented in the man page, and it probably should be. diff attached to make the addition in the "Description" section.
A commit references this bug: Author: gbe Date: Fri Jul 17 21:47:06 UTC 2020 New revision: 363287 URL: https://svnweb.freebsd.org/changeset/base/363287 Log: iwm(4): Document limitations of the driver Document that iwm(4) currently doesn't support 802.11n and 802.11ac. PR: 247874 Submitted by: Charles Ross <cwr at sdf dot org> Reviewed by: brueffer, markj Approved by: brueffer MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D25666 Changes: head/share/man/man4/iwm.4
Committed. Thanks for the patch!
A commit references this bug: Author: gbe Date: Fri Jul 24 16:44:36 UTC 2020 New revision: 363477 URL: https://svnweb.freebsd.org/changeset/base/363477 Log: MFC r363287: iwm(4): Document limitations of the driver PR: 247874 Submitted by: Charles Ross <cwr at sdf dot org> Reviewed by: brueffer, markj Approved by: brueffer Differential Revision: https://reviews.freebsd.org/D25666 Changes: _U stable/12/ stable/12/share/man/man4/iwm.4