From nobody Wed Feb 11 00:48:43 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4f9ftz6dFmz6RRDQ for ; Wed, 11 Feb 2026 00:48:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4f9ftz5Kj5z3qLy for ; Wed, 11 Feb 2026 00:48:43 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770770923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yxuM6JoDwktvjxUavjmx8jo7xwHC/yIJZIdzDCN5mVQ=; b=KLf7FuxFhevj8NtDuw+GYwt+1vW9meA67uXIEqXmaGG/KVQLatrPrpB0Hzo2V2uw/sdGlq ygcuowp5vzcKfo9dvKJB473VFOqlrtn7CbGNCTIGKWWVezbty495iiDDqKulqS2+FgCO3t tKinY7RbI7vEK94vHvL3LwvjDCBVC+YduIyHdNbIMzL7uI3PT+72C4DeHFetkYp4iYTY1s 616E79CYNOoNG5/yrHGAymXSPcXtLqo/OS9tGOwXVrmX/YJYmpTo2lVp/uqItn2gLjn82z PcJ2gTEB1Ri2YHxrCEQN1G4O9AHwP8A1mQekp/hcSk2dlUjMplq07nc6ojIo7A== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1770770923; a=rsa-sha256; cv=none; b=aITuyVXxXMHnqRYRg/O7Lk7z7O/x7e9zBgyV4PeSD/oR7s/R/g+BolCyn0+UqgacTJsEAb DAYOfVjmnfkcUgGkbShqZ36eSBny+2C0BoejA7NOwO2pKfzAbH74pvxSVeCqBh+dBLbyBg 4CWOy24Ws4xsqyyeLUGQ1RqlULoXwrZ8GVrKj0oIaUDVK2xqjq8S9ayaQ9VRApGkZ72sGw mGq26aTtE+UdGeNv8JZ0cO6tg1cuUs5oXnBPHuHBRgYiwWJh5LTcoWVbXxej2zGTFVZSCt eyFHGyeJO2AhRMZCODu0CadVRFLIa8yo5MJpEnfUuO+cxH6jw1bjCy2V6bpvbA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1770770923; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=yxuM6JoDwktvjxUavjmx8jo7xwHC/yIJZIdzDCN5mVQ=; b=fa5NC3IegC+vLNwiOBxJH2XNIvw+MESagAZAacwvhNKKtB35tRVMskL0TVLO73AD8lGgJ8 eEg02Lz2dSTJb9LBfrmb64S5NmmvtNlVoescsjvaylK2uaGGDUDkZ2TbtXiEN2qjPVagAa iOwG49qLj0+UvIZoQbDQWkgvex6TzsiLzlxRDRASmc1IONke7OCjnOHlBhqvxszkJJntpg HvoARquAVSEjsbOXHW6B5fiPrzn8b8wphAxqAVp3j5L5i+/2pwDOCrQSqszWBGKU/7L68N ySkkJTYi0pINlw7rz1xe7OGys5n6nfId+5r917Zzilm/DJb0K0rrB3IUtecJMQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4f9ftz4sL8zBRq for ; Wed, 11 Feb 2026 00:48:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 39ae8 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 11 Feb 2026 00:48:43 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Bjoern A. Zeeb Subject: git: b02def7c4a10 - main - LinuxKPI: 802.11: add cfg80211 (*change_bss) and related structs List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bz X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b02def7c4a10fa3e2b05ebec379c5c634b87484d Auto-Submitted: auto-generated Date: Wed, 11 Feb 2026 00:48:43 +0000 Message-Id: <698bd1eb.39ae8.181a19aa@gitrepo.freebsd.org> The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=b02def7c4a10fa3e2b05ebec379c5c634b87484d commit b02def7c4a10fa3e2b05ebec379c5c634b87484d Author: Bjoern A. Zeeb AuthorDate: 2026-02-11 00:44:36 +0000 Commit: Bjoern A. Zeeb CommitDate: 2026-02-11 00:48:18 +0000 LinuxKPI: 802.11: add cfg80211 (*change_bss) and related structs Needed by brcmfmac v6.19. Sponsored by: The FreeBSD Foundation MFC after: 3 days --- sys/compat/linuxkpi/common/include/net/cfg80211.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sys/compat/linuxkpi/common/include/net/cfg80211.h b/sys/compat/linuxkpi/common/include/net/cfg80211.h index 94d34fb9dc0c..5c8c914bdee7 100644 --- a/sys/compat/linuxkpi/common/include/net/cfg80211.h +++ b/sys/compat/linuxkpi/common/include/net/cfg80211.h @@ -1021,6 +1021,14 @@ struct survey_info { /* net80211::struct ieee80211_channel_survey */ struct linuxkpi_ieee80211_channel *channel; }; +enum wiphy_bss_param_flags { + WIPHY_BSS_PARAM_AP_ISOLATE = BIT(0), +}; + +struct bss_parameters { + int ap_isolate; +}; + enum wiphy_vendor_cmd_need_flags { WIPHY_VENDOR_CMD_NEED_NETDEV = 0x01, WIPHY_VENDOR_CMD_NEED_RUNNING = 0x02, @@ -1142,6 +1150,8 @@ struct wiphy { int n_radio; const struct wiphy_radio *radio; + uint32_t bss_param_support; /* enum wiphy_bss_param_flags */ + int features, hw_version; int interface_modes, max_match_sets, max_remain_on_channel_duration, max_scan_ssids, max_sched_scan_ie_len, max_sched_scan_plan_interval, max_sched_scan_plan_iterations, max_sched_scan_plans, max_sched_scan_reqs, max_sched_scan_ssids; int num_iftype_ext_capab; @@ -1224,7 +1234,7 @@ struct cfg80211_ops { int (*dump_survey)(struct wiphy *, struct net_device *, int, struct survey_info *); int (*external_auth)(struct wiphy *, struct net_device *, struct cfg80211_external_auth_params *); int (*set_cqm_rssi_range_config)(struct wiphy *, struct net_device *, int, int); - + int (*change_bss)(struct wiphy *, struct net_device *, struct bss_parameters *); };