From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 6 Jul 2013 18:34:44 +0800 References: <1372953291-1632-1-git-send-email-ordex@autistici.org> In-Reply-To: <1372953291-1632-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201307061834.44405.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix vlan compat code 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 Cc: Antonio Quartulli , Antonio Quartulli On Thursday, July 04, 2013 23:54:51 Antonio Quartulli wrote: > From: Antonio Quartulli > > A define has been accidentally put inside a wrong ifdef block. > Move it out. > > Introduced by 952cebb57518ec18dfdebfcb2b85539f58f20779 > ("batman-adv: add per VLAN interface attribute framework") > > Signed-off-by: Antonio Quartulli > --- > compat.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied in revision 6f27447. Thanks, Marek