From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 12 Feb 2012 22:01:43 +0800 References: <1329053731-4737-1-git-send-email-sven@narfation.org> <1329053731-4737-2-git-send-email-sven@narfation.org> In-Reply-To: <1329053731-4737-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201202122201.44394.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Backport dev_hw_addr_random 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 12, 2012 21:35:30 Sven Eckelmann wrote: > 910ccacb9dd2bfac8ce1ac411af514fe72fa84c0 introduced the hardware address > initialization using dev_hw_addr_random. This function was added to linux > with linux 2.6.36. Older kernel versions have to igore the NET_ADDR_RANDOM > variable and use random_ether_addr directly. Applied in revision f86649b. Thanks, Marek