From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 13 Jul 2013 05:24:02 +0800 References: <1373564858-2248-1-git-send-email-ordex@autistici.org> In-Reply-To: <1373564858-2248-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: <201307130524.02992.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: send GW_DEL event when the gw client mode is deselected 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 Friday, July 12, 2013 01:47:38 Antonio Quartulli wrote: > + * batadv_gw_check_client_stop - check if clitn mode has been switched off clitn => client > + * @bat_priv: the bat priv with all the soft interface information > + * @new_mode: the gw mode which the node is switching to The param "new_mode" does not exist. > batadv_gw_deselect(bat_priv); > + /* always call the client check before changing the state */ > + batadv_gw_check_client_stop(bat_priv); I don't get what the "client check" comment is trying to say. Cheers, Marek