Re: [B.A.T.M.A.N.] [PATCH] batman-adv: encourage batman to take shorter routes by changing the default hop penalty

2012-01-30 Thread Andrew Lunn
On Sat, Jan 28, 2012 at 03:12:57PM +0100, Antonio Quartulli wrote: Hi all, Very nice setup Andrew :) I cannot take much credit for it. I helped write the project proposal, but then was not allowed to take part in the project because of other higher priority projects. The credit goes to

[B.A.T.M.A.N.] [PATCH] batman-adv: use ETH_ALEN instead of hardcoded numeric constants

2012-01-30 Thread Antonio Quartulli
In packet.h the numeric constant 6 is used instead of the more portable ETH_ALEN define. This patch substitute any hardcoded value with such define. Signed-off-by: Antonio Quartulli or...@autistici.org --- packet.h | 26 +- 1 files changed, 13 insertions(+), 13