Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247429
b: refs/heads/master
c: bdc220d
h: refs/heads/master
i:
  247427: dcdafa9
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed May 13, 2011
1 parent 8be6052 commit 7320a07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 72a8f97bf2dfe1b0f02ba8dbaed7d6b76657aae3
refs/heads/master: bdc220da3209d50b8c295490dec94845c88670a2
8 changes: 4 additions & 4 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1020,9 +1020,6 @@ struct net_device {
* part of the usual set specified in Space.c.
*/

unsigned char if_port; /* Selectable AUI, TP,..*/
unsigned char dma; /* DMA channel */

unsigned long state;

struct list_head dev_list;
Expand Down Expand Up @@ -1146,13 +1143,16 @@ struct net_device {
const struct header_ops *header_ops;

unsigned int flags; /* interface flags (a la BSD) */
unsigned int priv_flags; /* Like 'flags' but invisible to userspace. */
unsigned short gflags;
unsigned int priv_flags; /* Like 'flags' but invisible to userspace. */
unsigned short padded; /* How much padding added by alloc_netdev() */

unsigned char operstate; /* RFC2863 operstate */
unsigned char link_mode; /* mapping policy to operstate */

unsigned char if_port; /* Selectable AUI, TP,..*/
unsigned char dma; /* DMA channel */

unsigned int mtu; /* interface MTU value */
unsigned short type; /* interface hardware type */
unsigned short hard_header_len; /* hardware hdr length */
Expand Down

0 comments on commit 7320a07

Please sign in to comment.