From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 6 Feb 2012 00:58:06 +0800 References: <1328370732-25571-1-git-send-email-ordex@autistici.org> In-Reply-To: <1328370732-25571-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: <201202060058.07043.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batctl: use ETH_ALEN instead of hardcoded numeric constants 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: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, February 04, 2012 23:52:12 Antonio Quartulli wrote: > In tcpdump.h the numeric constants 6 is usedinstead of the more portable > (and readable) define ETH_ALEN. This patch substitute any hardcoded value > with such define. Applied in revision 64ab6b5. Thanks, Marek