Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351577
b: refs/heads/master
c: 4a633a6
h: refs/heads/master
i:
  351575: 08963e3
v: v3
  • Loading branch information
Matt Wilson authored and David S. Miller committed Jan 23, 2013
1 parent dd13ea7 commit 3c54d60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e39363a9def53dd4086be107dc8b3ebca09f045d
refs/heads/master: 4a633a602c26497b8285a202830829d3be007c7b
2 changes: 2 additions & 0 deletions trunk/drivers/net/xen-netback/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ static const struct net_device_ops xenvif_netdev_ops = {
.ndo_stop = xenvif_close,
.ndo_change_mtu = xenvif_change_mtu,
.ndo_fix_features = xenvif_fix_features,
.ndo_set_mac_address = eth_mac_addr,
.ndo_validate_addr = eth_validate_addr,
};

struct xenvif *xenvif_alloc(struct device *parent, domid_t domid,
Expand Down

0 comments on commit 3c54d60

Please sign in to comment.