From 436422bdca6c50079b96a3d7bd965e30f2091eb4 Mon Sep 17 00:00:00 2001 From: stsp Date: Mon, 3 May 2021 11:56:49 +0000 Subject: [PATCH] iwm(4) supports Tx aggregation now. --- share/man/man4/iwm.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man4/iwm.4 b/share/man/man4/iwm.4 index e6dc54a0156..19baa255322 100644 --- a/share/man/man4/iwm.4 +++ b/share/man/man4/iwm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwm.4,v 1.35 2020/08/01 16:29:28 stsp Exp $ +.\" $OpenBSD: iwm.4,v 1.36 2021/05/03 11:56:49 stsp Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini . All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 1 2020 $ +.Dd $Mdocdate: May 3 2021 $ .Dt IWM 4 .Os .Sh NAME @@ -163,7 +163,7 @@ The .Nm driver does not support any of the 802.11ac capabilities offered by the adapters. -Support for 802.11n 40MHz channels and Tx aggregation is not yet implemented. +Support for 802.11n 40MHz channels is not yet implemented. Additional work is required in .Xr ieee80211 9 before those features can be supported. -- 2.20.1