On Friday, April 17, 2015 19:15:10 Sven Eckelmann wrote:
From: Nicolas Dichtel nicolas.dichtel@6wind.com
The goal of this patch is to prepare the removal of the iflink field. It introduces a new ndo function, which will be implemented by virtual interfaces.
There is no functional change into this patch. All readers of iflink field now call dev_get_iflink().
Signed-off-by: Nicolas Dichtel nicolas.dichtel@6wind.com Signed-off-by: David S. Miller davem@davemloft.net [sven@narfation.org: added compat code] Signed-off-by: Sven Eckelmann sven@narfation.org
This has to be moved to linux/netdevice.h for https://lists.open-mesh.org/pipermail/b.a.t.m.a.n/2015-April/012960.html
v2:
- Fix the comment in the compat code which still said "3, 19, 0"
v3
- use batman-adv: prefix instead of dev:
compat.h | 6 ++++++ hard-interface.c | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-)
Applied in revision f8a8f60.
Thanks, Marek