Commit 8ece1456 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Change the encoding of interfering channels to 255.

This is an incompatible babelz protocol change.
parent 12ad9e80
......@@ -52,7 +52,7 @@ struct network_conf {
/* Only INTERFERING can appear on the wire. */
#define NET_CHANNEL_UNKNOWN 0
#define NET_CHANNEL_INTERFERING 254
#define NET_CHANNEL_INTERFERING 255
#define NET_CHANNEL_NONINTERFERING -2
struct network {
......
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