From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 30 Nov 2012 17:42:00 +0800 References: <1353923417-29900-1-git-send-email-ordex@autistici.org> In-Reply-To: <1353923417-29900-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: <201211301742.01228.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batctl: use ETH_P_BATMAN 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 On Monday, November 26, 2012 17:50:17 Antonio Quartulli wrote: > ETH_P_BATMAN is now defined in linux/if_ether.h. batctl does not need > to use the private BATADV_ETH_P_BATMAN define. > However, depending on the kernel-headers version installed on the > system, this new constant may not be available, therefore a redefinition > inside an ifndef check is needed. > > Signed-off-by: Antonio Quartulli > --- > packet.h | 2 -- > tcpdump.c | 5 ++++- > 2 files changed, 4 insertions(+), 3 deletions(-) Applied in revision 9ed1b2e. Thanks, Marek