From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 6 Feb 2012 02:40:58 +0800 References: <1326223162-15181-1-git-send-email-sven@narfation.org> <1328373293-1783-1-git-send-email-sven@narfation.org> In-Reply-To: <1328373293-1783-1-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202060240.58643.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [RFCv2] batman-adv: Replace bitarray operations with bitmap 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 Sunday, February 05, 2012 00:34:52 Sven Eckelmann wrote: > bitarray.c consists mostly of functionality that is already available as > part of the standard kernel API. batman-adv could use architecture > optimized code and reduce the binary size by switching to the standard > functions. Applied in revision a9f0721. Thanks, Marek