From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 27 Jan 2013 13:21:30 +0800 References: <1357989546-12762-1-git-send-email-lindner_marek@yahoo.de> In-Reply-To: <1357989546-12762-1-git-send-email-lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201301271321.30516.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: replace redudant primary_if_get calls 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, January 12, 2013 19:19:06 Marek Lindner wrote: > The batadv_priv struct carries a pointer to its own interface > struct. Therefore, it is not necessary to retrieve the soft_iface > via the primary interface. > > Signed-off-by: Marek Lindner > --- > distributed-arp-table.c | 22 ++++------------------ > sysfs.c | 10 +--------- > translation-table.c | 25 ++++++------------------- > 3 files changed, 11 insertions(+), 46 deletions(-) Applied in revision 8d58064. Regards, Marek