On Friday, April 17, 2015 19:40:29 Sven Eckelmann wrote:
Signed-off-by: Sven Eckelmann sven@narfation.org
v4:
- rebased on top of master with merged patches from https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2015-April/012985.html
v3: no change v2: no change
compat.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/compat.h b/compat.h index 35e3dbd..9871a23 100644 --- a/compat.h +++ b/compat.h @@ -59,8 +59,6 @@
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36)
-#define IFF_BRIDGE_PORT 0 || (hard_iface->net_dev->br_port ? 1 : 0)
/* hack for dev->addr_assign_type &= ~NET_ADDR_RANDOM; */ #define addr_assign_type ifindex
The macro is used in compat.h line 55, is it not ?
Cheers, Marek