From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 9 May 2011 13:27:28 +0200 References: <1304583702-23969-1-git-send-email-ordex@autistici.org> <1304880777-19702-1-git-send-email-ordex@autistici.org> In-Reply-To: <1304880777-19702-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: <201105091327.28932.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: move neigh_node->if_incoming->if_status check in find_router() 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 08 May 2011 20:52:57 Antonio Quartulli wrote: > Every time that find_router() is invoked, if_status has to be compared with > IF_ACTIVE. Moving this comparison inside find_router() will avoid to write > it each time. Applied in revision de7607d. Thanks, Marek