From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 4 Mar 2013 01:47:05 +0800 References: <1362332076-27516-1-git-send-email-ordex@autistici.org> In-Reply-To: <1362332076-27516-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: <201303040147.05547.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix old master freeing operation 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, March 04, 2013 01:34:36 Antonio Quartulli wrote: > + if (master && master->netdev_ops->ndo_del_slave) { > + ret = master->netdev_ops->ndo_del_slave(master, > + hard_iface->net_dev > ); Aren't we going to have compat trouble with this one ? Cheers, Marek