commit | 7a66bbc96ce9ad8261fa5f7f6ae65370eb6866ee | [log] [tgz] |
---|---|---|
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | Thu Apr 02 17:07:09 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 02 14:05:01 2015 -0400 |
tree | 84381863d07f36878b5b382f40d6dd2ab9c6bfb8 | |
parent | abd2be00d474956c542a1c2ec848af7196b7fd51 [diff] |
net: remove iflink field from struct net_device Now that all users of iflink have the ndo_get_iflink handler available, it's possible to remove this field. By default, dev_get_iflink() returns the ifindex of the interface. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>