From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 22 May 2011 11:17:53 +0200 References: <1305934387-25000-1-git-send-email-ordex@autistici.org> In-Reply-To: <1305934387-25000-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: <201105221117.54022.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr) 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 21 May 2011 01:33:07 Antonio Quartulli wrote: > Instead of comparing mac addresses with the broadcast address by means > of compare_eth(), the is_broadcast_ether_addr() kernel function has to be > used. Applied in revision fe2a2e4. Thanks, Marek