From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 17 Apr 2013 00:41:44 +0800 References: <1366129056-29381-1-git-send-email-ordex@autistici.org> In-Reply-To: <1366129056-29381-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: <201304170041.45081.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH next] batman-adv: fix batadv_is_my_mac() usage 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: b.a.t.m.a.n@lists.open-mesh.org On Wednesday, April 17, 2013 00:17:36 Antonio Quartulli wrote: > batadv_is_my_mac() has been changed in net and now code in > net-next using it must be adapted. > Some kernel doc has been added as well. > > Signed-off-by: Antonio Quartulli > --- > main.c | 6 ++++++ > network-coding.c | 18 ++++++++++-------- > routing.c | 1 + > 3 files changed, 17 insertions(+), 8 deletions(-) Applied in revision 8746974. Thanks, Marek