[B.A.T.M.A.N.] [PATCH] batman-adv: Add routing_algo to README

2012-03-29 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@narfation.org --- README |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 01db663..88e8a1a 100644 --- a/README +++ b/README @@ -65,9 +65,9 @@ To deactivate an interface you have to write none into its All

[B.A.T.M.A.N.] [PATCHv2] batman-adv: Initialize lockdep class keys for hashes

2012-03-29 Thread Sven Eckelmann
The hash for claim and backbone hash in the bridge loop avoidance code receive the same key because they are getting initialized by hash_new with the same key. Lockdep will create a backtrace when they are used recursively. This can be avoided by reinitializing the key directly after the hash_new.

Re: [B.A.T.M.A.N.] BW degradation on p2p links?

2012-03-29 Thread Simon Wunderlich
Hey Guido, the problem using one radio is explained further here (from another company, but this applies to any WiFi mesh technology) http://revolutionwifi.blogspot.com/2012/02/mesh-network-performance-impact.html Also, if you use two-radio nodes, make sure that you use one module on 2.4 GHz

Re: [B.A.T.M.A.N.] BW degradation on p2p links?

2012-03-29 Thread Guido Iribarren
Simon, you saved my day, On Thu, Mar 29, 2012 at 9:51 AM, Simon Wunderlich simon.wunderl...@s2003.tu-chemnitz.de wrote: the problem using one radio is explained further here (from another company, but this applies to any WiFi mesh technology)