From nobody Thu Dec 30 19:22:31 2021 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 D9E03191F231; Thu, 30 Dec 2021 19:22:32 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JPypH56Q3z3ByT; Thu, 30 Dec 2021 19:22:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 82EFD1DE68; Thu, 30 Dec 2021 19:22:31 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BUJMVjs017212; Thu, 30 Dec 2021 19:22:31 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BUJMV6v017211; Thu, 30 Dec 2021 19:22:31 GMT (envelope-from git) Date: Thu, 30 Dec 2021 19:22:31 GMT Message-Id: <202112301922.1BUJMV6v017211@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: "Bjoern A. Zeeb" Subject: git: 0c59ded658fa - stable/13 - std.nodebug: turn off net80211 debugging as well 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: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: 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/stable/13 X-Git-Reftype: branch X-Git-Commit: 0c59ded658fa0a41092ba08862d662fc9526217f Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640892152; 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=oetUcO/r0dc6/OrepyB8Dfl90HY0sjcc/kUizLQ7z6w=; b=V5DMnZhMzxM9IsUGOGpoClY+QmE3G1wizGxNdFwoFo4dLTjC7DpVdF7+3wNVMUihfvWIAP T8yVLaNO3PP24FKWOI4/6Thh231ZZ9BKg3ZdcsTGM4iLFIDc6goqerUYTSZMPmLO5RM/Jc EpCT3IOqUyd/i9fEPXGtL9yCROoCudgayTzbXtFnWIii962kMCt05kXVHcGLMPShOE+8Vi MctGlISCQ+7U4kveKJy7aqEhuCFKHzb1ruA1dL0/KZq2woAMYN6lCarxEqFJIIskg+F63S AkMWV98/Cxufl1Qds8aIZYaGd1WEv3A75TLQ4zyHzGPAJA4/rMZ91ffG5A46fg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640892152; a=rsa-sha256; cv=none; b=fI5XYq4P+N9ra0noCBl4lJpQebjHhjt/xrgfDYsOFxB8YgG2XKDYXQmDqOaIl/tIctWALM pc19YoD7W1aC5ZY/4dVkDHb4Zh2Hp1v2vBW6GbuiEjnUE6alQTy6tTQZTjmI1ze/+RsFro HytqLnGUKgevVmsKLh7dej99Z3qzMTERiWEujbTPoqRV9rYTx3xxi2+9ofyTQMRwVthZhc 5lLNRoLpwV4xZopXQ9+6wELLfuqAgvMLcgVvYvsH4oAX0zdCZU/IvJPHzSH4+fZWdU3h8G oYqClaDvGigGEJJCKO7I1jJLXue8cRLr1gT2FNQTlxBha/AA1M52zGrh5B2Mow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/13 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=0c59ded658fa0a41092ba08862d662fc9526217f commit 0c59ded658fa0a41092ba08862d662fc9526217f Author: Bjoern A. Zeeb AuthorDate: 2021-11-24 18:03:48 +0000 Commit: Bjoern A. Zeeb CommitDate: 2021-12-30 18:25:02 +0000 std.nodebug: turn off net80211 debugging as well Add IEEE80211_DEBUG to turn off some net80211 debbugging for no-debug builds. Sponsored by: The FreeBSD Foundation (cherry picked from commit 1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b) --- sys/conf/std.nodebug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys/conf/std.nodebug b/sys/conf/std.nodebug index 53a7fc6b2f81..b0bf9d4d47f6 100644 --- a/sys/conf/std.nodebug +++ b/sys/conf/std.nodebug @@ -14,6 +14,9 @@ nooptions KCOV nooptions MALLOC_DEBUG_MAXZONES nooptions QUEUE_MACRO_DEBUG_TRASH +# Net80211 debugging +nooptions IEEE80211_DEBUG + # USB debugging nooptions USB_DEBUG nooptions HID_DEBUG