On Monday, January 21, 2013 18:22:22 Martin Hundebøll 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;
>  };
>  

Kernel doc for debug_dir ?

Cheers,
Marek

Reply via email to