Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132147
b: refs/heads/master
c: 54acd0e
h: refs/heads/master
i:
  132145: f1a9bd2
  132143: 79a2385
v: v3
  • Loading branch information
David S. Miller committed Mar 5, 2009
1 parent badbeaa commit 6c2c36a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 87786945fe4b0e60e8f1db62d5ee8a3cec539a67
refs/heads/master: 54acd0efab072cb70e87206329d561b297f93bbb
1 change: 1 addition & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -4339,6 +4339,7 @@ int register_netdevice(struct net_device *dev)
dev->do_ioctl = ops->ndo_do_ioctl;
dev->set_config = ops->ndo_set_config;
dev->change_mtu = ops->ndo_change_mtu;
dev->neigh_setup = ops->ndo_neigh_setup;
dev->tx_timeout = ops->ndo_tx_timeout;
dev->get_stats = ops->ndo_get_stats;
dev->vlan_rx_register = ops->ndo_vlan_rx_register;
Expand Down

0 comments on commit 6c2c36a

Please sign in to comment.