The branch main has been updated by bz:

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

commit fa41408d6043df3779d94bd1ac871a5ba8f4dafb
Author:     Bjoern A. Zeeb <[email protected]>
AuthorDate: 2026-03-05 10:30:46 +0000
Commit:     Bjoern A. Zeeb <[email protected]>
CommitDate: 2026-03-05 13:44:01 +0000

    LinuxKPI: 802.11: fix typo
    
    Sponsored by:   The FreeBSD Foundation
    MFC after:      3 days
---
 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

Reply via email to