Re: [B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API

2016-03-27 Thread Marek Lindner
On Monday, March 14, 2016 12:54:36 Andreas Pape wrote: > This patch breaks compatibility with older kernels (2.6.32 in my case ;-). > > Is this intended? If I try to compile this I get > > /compat-include/linux/ethtool.h:49: error: implicit declaration of > function '__ethtool_get_settings'

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API

2016-03-14 Thread Sven Eckelmann
On Monday 14 March 2016 12:54:36 Andreas Pape wrote: [...] > This patch breaks compatibility with older kernels (2.6.32 in my case ;-). > > Is this intended? If I try to compile this I get > > /compat-include/linux/ethtool.h:49: error: implicit declaration of > function

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API

2016-03-14 Thread Andreas Pape
2.2016 03:24 > Betreff: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new > ethtool_link_get_ksettings API > Gesendet von: "B.A.T.M.A.N" <b.a.t.m.a.n-boun...@lists.open-mesh.org> > > On Sunday, February 28, 2016 10:44:30 Sven Eckelmann wrote: > > From: Antonio

Re: [B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API

2016-02-28 Thread Marek Lindner
On Sunday, February 28, 2016 10:44:30 Sven Eckelmann wrote: > From: Antonio Quartulli > > The ethtool API is changing in linux-4.6 and the B.A.T.M.A.N. V > code has to be changed accordingly. > > Fixes: 5c3245172c01 ("batman-adv: ELP - compute the metric based on the >

[B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API

2016-02-28 Thread Sven Eckelmann
From: Antonio Quartulli The ethtool API is changing in linux-4.6 and the B.A.T.M.A.N. V code has to be changed accordingly. Fixes: 5c3245172c01 ("batman-adv: ELP - compute the metric based on the estimated throughput") Signed-off-by: Antonio Quartulli