git: 0c59ded658fa - stable/13 - std.nodebug: turn off net80211 debugging as well
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Dec 2021 19:22:31 UTC
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