Commit fadd362d authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Define new network flag NET_FARAWAY.

parent 3513e223
......@@ -47,6 +47,7 @@ struct network_conf {
#define NET_WIRED (1<<1)
#define NET_SPLIT_HORIZON (1 << 2)
#define NET_LQ (1 << 3)
#define NET_FARAWAY (1 << 4)
#define NET_CHANNEL_UNKNOWN 0
#define NET_CHANNEL_INTERFERING 253
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment