Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Dec 2021 19:22:31 GMT
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: 0c59ded658fa - stable/13 - std.nodebug: turn off net80211 debugging as well
Message-ID:  <202112301922.1BUJMV6v017211@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by bz:

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

commit 0c59ded658fa0a41092ba08862d662fc9526217f
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2021-11-24 18:03:48 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112301922.1BUJMV6v017211>