Commit 0c996173 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Change the value of NET_CHANNEL_UNKNOWN to 0.

Or else defaulting fails.
parent 4c08fbc8
......@@ -51,7 +51,7 @@ struct network_conf {
#define NET_FARAWAY (1 << 4)
/* Only INTERFERING can appear on the wire. */
#define NET_CHANNEL_UNKNOWN -1
#define NET_CHANNEL_UNKNOWN 0
#define NET_CHANNEL_INTERFERING 254
#define NET_CHANNEL_NONINTERFERING -2
......
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