mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
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
This commit is contained in:
parent
5670b8cc36
commit
e8fe3b9e73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user