|
@@ -24,7 +24,6 @@ config BATMAN_ADV
|
|
|
depends on NET
|
|
|
select CRC16
|
|
|
select LIBCRC32C
|
|
|
- default n
|
|
|
help
|
|
|
B.A.T.M.A.N. (better approach to mobile ad-hoc networking) is
|
|
|
a routing protocol for multi-hop ad-hoc mesh networks. The
|
|
@@ -33,7 +32,7 @@ config BATMAN_ADV
|
|
|
tools.
|
|
|
|
|
|
config BATMAN_ADV_BATMAN_V
|
|
|
- bool "B.A.T.M.A.N. V protocol (experimental)"
|
|
|
+ bool "B.A.T.M.A.N. V protocol"
|
|
|
depends on BATMAN_ADV && !(CFG80211=m && BATMAN_ADV=y)
|
|
|
default y
|
|
|
help
|
|
@@ -60,7 +59,7 @@ config BATMAN_ADV_BLA
|
|
|
config BATMAN_ADV_DAT
|
|
|
bool "Distributed ARP Table"
|
|
|
depends on BATMAN_ADV && INET
|
|
|
- default n
|
|
|
+ default y
|
|
|
help
|
|
|
This option enables DAT (Distributed ARP Table), a DHT based
|
|
|
mechanism that increases ARP reliability on sparse wireless
|
|
@@ -70,7 +69,6 @@ config BATMAN_ADV_DAT
|
|
|
config BATMAN_ADV_NC
|
|
|
bool "Network Coding"
|
|
|
depends on BATMAN_ADV
|
|
|
- default n
|
|
|
help
|
|
|
This option enables network coding, a mechanism that aims to
|
|
|
increase the overall network throughput by fusing multiple
|
|
@@ -84,7 +82,6 @@ config BATMAN_ADV_NC
|
|
|
config BATMAN_ADV_MCAST
|
|
|
bool "Multicast optimisation"
|
|
|
depends on BATMAN_ADV && INET && !(BRIDGE=m && BATMAN_ADV=y)
|
|
|
- default n
|
|
|
help
|
|
|
This option enables the multicast optimisation which aims to
|
|
|
reduce the air overhead while improving the reliability of
|
|
@@ -94,7 +91,6 @@ config BATMAN_ADV_DEBUGFS
|
|
|
bool "batman-adv debugfs entries"
|
|
|
depends on BATMAN_ADV
|
|
|
depends on DEBUG_FS
|
|
|
- default n
|
|
|
help
|
|
|
Enable this to export routing related debug tables via debugfs.
|
|
|
The information for each soft-interface and used hard-interface can be
|