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
This commit is contained in:
Bjoern A. Zeeb 2021-11-24 18:03:48 +00:00
parent f29f6b2e1f
commit 1c55b0ce1c

View File

@ -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