Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h

2012-06-11 Thread Sven Eckelmann
On Monday 11 June 2012 16:46:46 Sven Eckelmann wrote: > This is a non-fatal include problem that was only detected by cppcheck. The > regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d The correct commit id is dfaf026ffbc9e3052a14b8071cac2412c2d0f54e Kind regards, Sven

Re: [B.A.T.M.A.N.] [PATCH] batctl: Revert "add support for DBG_DAT log level"

2012-06-11 Thread Marek Lindner
On Monday, June 11, 2012 22:30:02 Sven Eckelmann wrote: > Distributed ARP table support was removed from the batman-adv module. > Therefore, the support of the debug level should be removed from batctl > until the support was readded. > > This reverts commit c8c043b9953cec095b7705e99443b37f6361c9a

Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: fix SIF show / store uint regression

2012-06-11 Thread Marek Lindner
On Monday, June 11, 2012 13:49:35 Sven Eckelmann wrote: > On Sunday 10 June 2012 22:05:41 Marek Lindner wrote: > > Regression was introduced with commit: 36709939 > > > > > > > > Signed-off-by: Marek Lindner > > Thanks for the fix. This part was in the code that I wanted to remove (but > you n

Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: fix SIF show / store uint regression

2012-06-11 Thread Marek Lindner
On Monday, June 11, 2012 13:49:27 Sven Eckelmann wrote: > On Sunday 10 June 2012 22:05:40 Marek Lindner wrote: > > Regression was introduced with commit: 98881e49 > > > > > > > > Signed-off-by: Marek Lindner > > Thanks for the fix. This part was in the code that I wanted to remove (but > you nee

Re: [B.A.T.M.A.N.] bridging problem

2012-06-11 Thread Walter Robert Ditzler
hi sven, thanks, i am too long on the same problem, of course it was the udev! cheers walter -Original Message- From: Sven Eckelmann [mailto:s...@narfation.org] Sent: Montag, 11. Juni 2012 16:35 To: Walter Robert Ditzler; b.a.t.m.a.n@lists.open-mesh.org Subject: Re: [B.A.T.M.A.N.] bridg

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h

2012-06-11 Thread Sven Eckelmann
This is a non-fatal include problem that was only detected by cppcheck. The regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d Signed-off-by: Sven Eckelmann --- types.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.h b/types.h index fd86a44..2141

Re: [B.A.T.M.A.N.] bridging problem

2012-06-11 Thread Sven Eckelmann
On Monday 11 June 2012 15:49:24 Walter Robert Ditzler wrote: > hi sven, > > as promised my final report :-) > > at the end only one question has left, but it is hardware wifi related. i > have several alix hardware boxes, now all with double ath5 wlan cards. > strange is sometimes when i create t

[B.A.T.M.A.N.] [PATCH] batctl: Revert "add support for DBG_DAT log level"

2012-06-11 Thread Sven Eckelmann
Distributed ARP table support was removed from the batman-adv module. Therefore, the support of the debug level should be removed from batctl until the support was readded. This reverts commit c8c043b9953cec095b7705e99443b37f6361c9a1. Reported-by: Marek Lindner Signed-off-by: Sven Eckelmann ---