Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135455
b: refs/heads/master
c: da4a99e
h: refs/heads/master
i:
  135453: 228d325
  135451: f804136
  135447: 338f7b9
  135439: 168e842
  135423: e6f456c
v: v3
  • Loading branch information
David S. Miller committed Mar 23, 2009
1 parent 65cf49e commit 3536bc1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 96e0bf4b5193d0d97d139f99e2dd128763d55521
refs/heads/master: da4a99e397d4165c0b8d951e75adb095455614ec
18 changes: 9 additions & 9 deletions trunk/drivers/net/spider_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -2260,18 +2260,18 @@ spider_net_tx_timeout(struct net_device *netdev)
}

static const struct net_device_ops spider_net_ops = {
.ndo_open = spider_net_open;
.ndo_stop = spider_net_stop;
.ndo_start_xmit = spider_net_xmit;
.ndo_set_multicast_list = spider_net_set_multi;
.ndo_set_mac_address = spider_net_set_mac;
.ndo_change_mtu = spider_net_change_mtu;
.ndo_do_ioctl = spider_net_do_ioctl;
.ndo_tx_timeout = spider_net_tx_timeout;
.ndo_open = spider_net_open,
.ndo_stop = spider_net_stop,
.ndo_start_xmit = spider_net_xmit,
.ndo_set_multicast_list = spider_net_set_multi,
.ndo_set_mac_address = spider_net_set_mac,
.ndo_change_mtu = spider_net_change_mtu,
.ndo_do_ioctl = spider_net_do_ioctl,
.ndo_tx_timeout = spider_net_tx_timeout,
/* HW VLAN */
#ifdef CONFIG_NET_POLL_CONTROLLER
/* poll controller */
.ndo_poll_controller = spider_net_poll_controller;
.ndo_poll_controller = spider_net_poll_controller,
#endif /* CONFIG_NET_POLL_CONTROLLER */
};

Expand Down

0 comments on commit 3536bc1

Please sign in to comment.