linux: enable CONFIG_MAC80211_MESH

This enables support for 802.11s mesh networking in drivers that
support it.
This commit is contained in:
Andrew Brooks 2024-02-23 22:49:38 -06:00
parent 53f519cddb
commit 1bb56dc55e

View file

@ -290,6 +290,7 @@ let
IPW2200_MONITOR = option yes; # support promiscuous mode
HOSTAP_FIRMWARE = option yes; # Support downloading firmware images with Host AP driver
HOSTAP_FIRMWARE_NVRAM = option yes;
MAC80211_MESH = option yes; # Enable 802.11s (mesh networking) support
ATH9K_PCI = option yes; # Detect Atheros AR9xxx cards on PCI(e) bus
ATH9K_AHB = option yes; # Ditto, AHB bus
# The description of this option makes it sound dangerous or even illegal