From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 30 Nov 2012 17:39:22 +0800 References: <1353886730-32477-1-git-send-email-ordex@autistici.org> In-Reply-To: <1353886730-32477-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: <201211301739.22456.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH next] batman-adv: 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 07:38:50 Antonio Quartulli wrote: > The ETH_P_BATMAN ethertype is now defined kernel-wide. Use it instead > of the private BATADV_ETH_P_BATMAN define. > > Signed-off-by: Antonio Quartulli > --- > compat.h | 2 ++ > hard-interface.c | 3 ++- > packet.h | 2 -- > send.c | 6 ++++-- > soft-interface.c | 9 +++++---- > 5 files changed, 13 insertions(+), 9 deletions(-) Applied in revision 87907ac. Thanks, Marek