Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix DAT packet counting

2012-10-14 Thread Marek Lindner
On Tuesday, October 09, 2012 21:00:11 Antonio Quartulli wrote: DAT packets must be counted before any batadv_dat_snoop_incoming_* invocation otherwise the code flow can jump the counters increment at all Signed-off-by: Antonio Quartulli or...@autistici.org --- routing.c | 8 1

[B.A.T.M.A.N.] [PATCH] batman-adv: fix DAT packet counting

2012-10-09 Thread Antonio Quartulli
DAT packets must be counted before any batadv_dat_snoop_incoming_* invocation otherwise the code flow can jump the counters increment at all Signed-off-by: Antonio Quartulli or...@autistici.org --- routing.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routing.c