Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214793
b: refs/heads/master
c: 5df8dbd
h: refs/heads/master
i:
  214791: 6ad6af4
v: v3
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Sep 28, 2010
1 parent 8986552 commit f6f07e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c4f4adc7b7e03f9c0bfc81fccc8ad85d06dc8d88
refs/heads/master: 5df8dbd7e517b581e0b8cbd72a99da17914a20b0
2 changes: 1 addition & 1 deletion trunk/net/8021q/vlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ static int register_vlan_device(struct net_device *real_dev, u16 vlan_id)
if (new_dev == NULL)
return -ENOBUFS;

new_dev->real_num_tx_queues = real_dev->real_num_tx_queues;
netif_copy_real_num_queues(new_dev, real_dev);
dev_net_set(new_dev, net);
/* need 4 bytes for extra VLAN header info,
* hope the underlying device can handle it.
Expand Down

0 comments on commit f6f07e7

Please sign in to comment.