From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 15 Dec 2012 19:02:18 +0800 References: <1355568584-17154-1-git-send-email-ordex@autistici.org> In-Reply-To: <1355568584-17154-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: <201212151902.18318.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: postpone OGM preparation to sending time 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 Saturday, December 15, 2012 18:49:44 Antonio Quartulli wrote: > +static void batadv_iv_ogm_send(struct work_struct *work) > +{ > + struct delayed_work *delayed_work; > + struct batadv_hard_iface_bat_iv *bat_iv; > + struct batadv_hard_iface *primary_if, *hard_iface; > + struct batadv_priv *bat_priv; > + unsigned char **ogm_buff; How about this function ? It deserves some explanation too. After all, this is the only new function this patchsets adds. Cheers, Marek