From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Sat, 27 Apr 2013 13:30:47 +0800 References: <1366883862-24768-1-git-send-email-1366879046-24507-2-git-send-email-siwu@hrz.tu-chemnitz.de> <201304252044.03741.lindner_marek@yahoo.de> In-Reply-To: <201304252044.03741.lindner_marek@yahoo.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201304271330.48205.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv5 1/6] batman-adv: remove vis functionality 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 Cc: Simon Wunderlich On Thursday, April 25, 2013 20:44:03 Marek Lindner wrote: > > /** > > > > * struct batadv_coded_packet - network coded packet > > * @header: common batman packet header and ttl of first included packet > > The corresponding batadv_iv flag (BATADV_VIS_SERVER) should be removed as > well. The same is true for the packet type (BATADV_VIS). I removed these defines and applied the patch in revision ccdf02f. > What about the batctl patch ? Still waiting for that one. :) Thanks, Marek