Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313956
b: refs/heads/master
c: 9136461
h: refs/heads/master
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jun 11, 2012
1 parent 8c4179b commit e974915
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 67da25521066b38911701efa133aaad2238b5530
refs/heads/master: 9136461ab921fd5066ba6a0de08399e2172f4d71
7 changes: 4 additions & 3 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1046,10 +1046,9 @@ struct net_device {
*/
char name[IFNAMSIZ];

struct pm_qos_request pm_qos_req;

/* device name hash chain */
/* device name hash chain, please keep it close to name[] */
struct hlist_node name_hlist;

/* snmp alias */
char *ifalias;

Expand Down Expand Up @@ -1322,6 +1321,8 @@ struct net_device {

/* group the device belongs to */
int group;

struct pm_qos_request pm_qos_req;
};
#define to_net_dev(d) container_of(d, struct net_device, dev)

Expand Down

0 comments on commit e974915

Please sign in to comment.