From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sven Eckelmann Date: Tue, 24 Mar 2015 18:46:01 +0100 Message-Id: <1427219162-3070-3-git-send-email-sven@narfation.org> In-Reply-To: <1427219162-3070-1-git-send-email-sven@narfation.org> References: <1427219162-3070-1-git-send-email-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCHv2 3/4] batman-adv: Remove unused IFF_BRIDGE_PORT live patching hack Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Signed-off-by: Sven Eckelmann --- v2: no change compat.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/compat.h b/compat.h index ed90e2e..80a1543 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 -- 2.1.4