Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32776
b: refs/heads/master
c: 4bc83b4
h: refs/heads/master
v: v3
  • Loading branch information
Krzysztof Halasa authored and David S. Miller committed Jul 21, 2006
1 parent 6dc1197 commit 1a0ca33
Show file tree
Hide file tree
Showing 5 changed files with 5 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: 5d9c5a32920c5c0e6716b0f6ed16157783dc56a4
refs/heads/master: 4bc83b4d409edacb33db6c71d03e963d9728476c
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/hdlc_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ int hdlc_ppp_ioctl(struct net_device *dev, struct ifreq *ifr)
dev->hard_header = NULL;
dev->type = ARPHRD_PPP;
dev->addr_len = 0;
netif_dormant_off(dev);
return 0;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/hdlc_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ int hdlc_raw_ioctl(struct net_device *dev, struct ifreq *ifr)
dev->type = ARPHRD_RAWHDLC;
dev->flags = IFF_POINTOPOINT | IFF_NOARP;
dev->addr_len = 0;
netif_dormant_off(dev);
return 0;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/hdlc_raw_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ int hdlc_raw_eth_ioctl(struct net_device *dev, struct ifreq *ifr)
dev->tx_queue_len = old_qlen;
memcpy(dev->dev_addr, "\x00\x01", 2);
get_random_bytes(dev->dev_addr + 2, ETH_ALEN - 2);
netif_dormant_off(dev);
return 0;
}

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wan/hdlc_x25.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ int hdlc_x25_ioctl(struct net_device *dev, struct ifreq *ifr)
dev->hard_header = NULL;
dev->type = ARPHRD_X25;
dev->addr_len = 0;
netif_dormant_off(dev);
return 0;
}

Expand Down

0 comments on commit 1a0ca33

Please sign in to comment.