From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Wed, 2 Mar 2011 18:36:28 +0100 References: <1299086321-25116-1-git-send-email-linus.luessing@ascom.ch> <1299086321-25116-2-git-send-email-linus.luessing@ascom.ch> In-Reply-To: <1299086321-25116-2-git-send-email-linus.luessing@ascom.ch> MIME-Version: 1.0 Message-Id: <201103021836.28766.lindner_marek@yahoo.de> Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [B.A.T.M.A.N.] [PATCH 01/12] batman-adv: Remove unused hdr_size variable in route_unicast_packet() 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 Wednesday 02 March 2011 18:18:30 Linus L=C3=BCssing wrote: > @@ -1263,8 +1263,7 @@ static int check_unicast_packet(struct sk_buff *skb, > int hdr_size) return 0; > } > =20 > -int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if, > - int hdr_size) > +int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if) > { > struct bat_priv *bat_priv =3D netdev_priv(recv_if->soft_iface); > struct orig_node *orig_node =3D NULL; Applied in revision 1953. Thanks, Marek