Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131704
b: refs/heads/master
c: ee92362
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Lezcano authored and David S. Miller committed Feb 22, 2009
1 parent f398b5c commit c196dbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b956d41162b1f2c4b446107e9910e4719cbc75f4
refs/heads/master: ee923623177249cf22c43419ad0e8ff926dd1f58
9 changes: 5 additions & 4 deletions trunk/drivers/net/veth.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,11 @@ static void veth_dev_free(struct net_device *dev)
}

static const struct net_device_ops veth_netdev_ops = {
.ndo_init = veth_dev_init,
.ndo_open = veth_open,
.ndo_start_xmit = veth_xmit,
.ndo_get_stats = veth_get_stats,
.ndo_init = veth_dev_init,
.ndo_open = veth_open,
.ndo_start_xmit = veth_xmit,
.ndo_get_stats = veth_get_stats,
.ndo_set_mac_address = eth_mac_addr,
};

static void veth_setup(struct net_device *dev)
Expand Down

0 comments on commit c196dbf

Please sign in to comment.