From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 24 Jan 2013 21:59:51 +0800 References: <1358763746-16742-1-git-send-email-martin@hundeboll.net> <1358763746-16742-3-git-send-email-martin@hundeboll.net> In-Reply-To: <1358763746-16742-3-git-send-email-martin@hundeboll.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201301242159.51246.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv3 2/6] batman-adv: Detect coding nodes and remove these after timeout 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 Monday, January 21, 2013 18:22:22 Martin Hundeb=C3=B8ll wrote: > @@ -430,9 +440,12 @@ struct batadv_priv_dat { > /** > * struct batadv_priv_nc - per mesh interface network coding private data > * @work: work queue callback item for cleanup > + * @min_tq: only consider neighbors for encoding if neigh_tq > min_tq > */ > struct batadv_priv_nc { > struct delayed_work work; > + struct dentry *debug_dir; > + u8 min_tq; > }; > =20 Kernel doc for debug_dir ? Cheers, Marek