Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103588
b: refs/heads/master
c: 6b0fb12
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 18, 2008
1 parent 7d3b358 commit 2936121
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: fd2ea0a79faad824258af5dcec1927aa24d81c16
refs/heads/master: 6b0fb1261a4655613bed5dac0e935e733969e999
12 changes: 0 additions & 12 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ struct wireless_dev;

#endif /* __KERNEL__ */

struct net_device_subqueue
{
/* Give a control state for each queue. This struct may contain
* per-queue locks in the future.
*/
unsigned long state;
};

/*
* Network device statistics. Akin to the 2.0 ether stats but
* with byte counters.
Expand Down Expand Up @@ -761,10 +753,6 @@ struct net_device
/* for setting kernel sock attribute on TCP connection setup */
#define GSO_MAX_SIZE 65536
unsigned int gso_max_size;

/* The TX queue control structures */
unsigned int egress_subqueue_count;
struct net_device_subqueue egress_subqueue[1];
};
#define to_net_dev(d) container_of(d, struct net_device, dev)

Expand Down

0 comments on commit 2936121

Please sign in to comment.