git: 1c55b0ce1c94 - main - std.nodebug: turn off net80211 debugging as well
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Nov 2021 18:10:50 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b commit 1c55b0ce1c944c0b1b7657b7efa151cd25a74f5b Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2021-11-24 18:03:48 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2021-11-24 18:06:20 +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 MFC after: 10 days --- 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