linux: enable CONFIG_MAC80211_MESH
This enables support for 802.11s mesh networking in drivers that support it.
This commit is contained in:
parent
53f519cddb
commit
1bb56dc55e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue