git: e8fe3b9e731d - main - arm64: turn on IEEE80211 debugging and IEEE80211_SUPPORT_MESH too
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Jul 2024 16:42:51 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=e8fe3b9e731d4c40cd122aeaf58bbb175c135cfc
commit e8fe3b9e731d4c40cd122aeaf58bbb175c135cfc
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-04-06 21:14:37 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-07-25 16:29:24 +0000
arm64: turn on IEEE80211 debugging and IEEE80211_SUPPORT_MESH too
Like we do for other architectures, add IEEE80211_SUPPORT_MESH support
to the kernel config on arm64.
Like we do with, e.g., USB_DEBUG, add IEEE80211_DEBUG too on main
(std.nodebug will turn this off).
Sponsored by: The FreeBSD Foundation
X-MFC: no
Reviewed by: andrew
Differential Revision: https://reviews.freebsd.org/D45817
---
sys/arm64/conf/std.dev | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys/arm64/conf/std.dev b/sys/arm64/conf/std.dev
index 42c9fcf03b05..c5c364ffda04 100644
--- a/sys/arm64/conf/std.dev
+++ b/sys/arm64/conf/std.dev
@@ -118,3 +118,7 @@ device hidbus # Generic HID Bus
# Firmware
device mmio_sram # Generic on-chip SRAM
+
+# Wireless options
+options IEEE80211_DEBUG # enable debug msgs
+options IEEE80211_SUPPORT_MESH # enable 802.11s draft support