commit | 23a12b14715e2dcd34dc8002927263ad3437344c | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Thu Nov 20 20:33:21 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 20 20:33:21 2008 -0800 |
tree | b35e56dc098e97153a8541ae43d90d50f0a155ea | |
parent | 748ff68fad9600593c6abe47856037602bd5d133 [diff] |
ipip: convert to net_device_ops Convert to network device ops. Needed to change to directly call the init routine since two sides share same ops. In the process found by inspection a device ref count leak if register_netdevice failed. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>