Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129768
b: refs/heads/master
c: 5f3e540
h: refs/heads/master
v: v3
  • Loading branch information
Paul Bolle authored and David S. Miller committed Jan 14, 2009
1 parent 9b825f5 commit 9a4c992
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: bae584316045011ce3376816585a305d2b9b76f2
refs/heads/master: 5f3e54057c62e5f654c66e4ce1172993f67fc284
5 changes: 0 additions & 5 deletions trunk/drivers/isdn/i4l/isdn_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -2515,7 +2515,6 @@ static const struct net_device_ops isdn_netdev_ops = {
.ndo_stop = isdn_net_close,
.ndo_do_ioctl = isdn_net_ioctl,

.ndo_validate_addr = NULL,
.ndo_start_xmit = isdn_net_start_xmit,
.ndo_get_stats = isdn_net_get_stats,
.ndo_tx_timeout = isdn_net_tx_timeout,
Expand All @@ -2530,12 +2529,8 @@ static void _isdn_setup(struct net_device *dev)

ether_setup(dev);

dev->flags = IFF_NOARP | IFF_POINTOPOINT;
/* Setup the generic properties */
dev->mtu = 1500;
dev->flags = IFF_NOARP|IFF_POINTOPOINT;
dev->type = ARPHRD_ETHER;
dev->addr_len = ETH_ALEN;
dev->header_ops = NULL;
dev->netdev_ops = &isdn_netdev_ops;

Expand Down

0 comments on commit 9a4c992

Please sign in to comment.