From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 16 Mar 2013 18:21:59 +0800 References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201303161821.59287.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv5 1/2] batman-adv: split batadv_is_wifi_iface() into two functions 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 Sunday, March 10, 2013 06:14:22 Matthias Schiffer wrote: > Previously batadv_is_wifi_iface() did two things at once: looking up a > net_device from an interface index, and determining if it is a wifi device. > > The second part is useful itself when the caller already has a net_device > reference. > > Signed-off-by: Matthias Schiffer > --- > hard-interface.c | 73 > +++++++++++++++++++++++++++++++------------------------- 1 file changed, > 41 insertions(+), 32 deletions(-) Applied in revision a75dbf4. Thanks, Marek PS: Every new function is required to have kernel doc. This time I filled in the missing pieces but please do so in the future.