Date: Mon, 09 Mar 2026 11:03:42 +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: 81b53d35c54a - stable/15 - LinuxKPI: 802.11: fix typo Message-ID: <69aea90e.46338.b251f90@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=81b53d35c54a529fb3b3706513b2ce35f9c9fee1 commit 81b53d35c54a529fb3b3706513b2ce35f9c9fee1 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2026-02-17 03:05:16 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2026-03-09 11:03:09 +0000 LinuxKPI: 802.11: fix typo Sponsored by: The FreeBSD Foundation (cherry picked from commit fa0f891d54449837b47f2ef2266163bdd9117879) --- 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 48b87ae47751..20ab5a641415 100644 --- a/sys/compat/linuxkpi/common/src/linux_80211.c +++ b/sys/compat/linuxkpi/common/src/linux_80211.c @@ -3508,7 +3508,7 @@ lkpi_iv_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg) } else { ic_printf(vap->iv_ic, "%s: only station mode currently supported: " - "cap %p iv_opmode %d\n", __func__, vap, vap->iv_opmode); + "vap %p iv_opmode %d\n", __func__, vap, vap->iv_opmode); return (ENOSYS); }home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69aea90e.46338.b251f90>
