Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Mar 2026 11:03:49 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 651fcd5fa414 - stable/15 - LinuxKPI: 802.11: fix typo
Message-ID:  <69aea915.18082.7047c674@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=651fcd5fa41480d5aec1c3a8b3255e816f8fb105

commit 651fcd5fa41480d5aec1c3a8b3255e816f8fb105
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-03-05 10:30:46 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-03-09 11:03:11 +0000

    LinuxKPI: 802.11: fix typo
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit fa41408d6043df3779d94bd1ac871a5ba8f4dafb)
---
 sys/compat/linuxkpi/common/src/linux_80211.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c
index bbda35cb2e38..799ecb245661 100644
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -2004,7 +2004,7 @@ lkpi_update_dtim_tsf(struct ieee80211_vif *vif, struct ieee80211_node *ni,
 	 * we set the BSS_CHANGED_BEACON_INFO on the non-teardown
 	 * path so make sure we only do run this check once we are
 	 * assoc. (*iv_recv_mgmt)() will be called before we enter
-	 * here so the ni will be updates with information from the
+	 * here so the ni will be updated with information from the
 	 * beacon via net80211::sta_recv_mgmt().  We also need to
 	 * make sure we do not do it on every beacon we still may
 	 * get so only do if something changed.  vif->bss_conf.dtim_period


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69aea915.18082.7047c674>