From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sun, 26 May 2013 06:08:49 +0800 References: <1369516631-11982-1-git-send-email-linus.luessing@web.de> In-Reply-To: <1369516631-11982-1-git-send-email-linus.luessing@web.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201305260608.50077.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add dummy soft-interface rx mode handler 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, May 26, 2013 05:17:11 Linus L=C3=BCssing wrote: > diff --git a/soft-interface.c b/soft-interface.c > index 2bad57f..e40e74f 100644 > --- a/soft-interface.c > +++ b/soft-interface.c > @@ -137,6 +137,10 @@ static int batadv_interface_change_mtu(struct > net_device *dev, int new_mtu) return 0; > } > =20 > +static void batadv_interface_set_rx_mode(struct net_device *dev) > +{ > +} =46or the kernel doc I suggest to stress the point that we only add this du= mmy=20 handler to make multicast listeners possible. Cheers, Marek