Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237543
b: refs/heads/master
c: 23b4116
h: refs/heads/master
i:
  237541: 886e2d8
  237539: 1b84d4f
  237535: 85ce1ff
v: v3
  • Loading branch information
Vlad Dogaru authored and David S. Miller committed Mar 3, 2011
1 parent f01f4fa commit cdd0b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5bfa787fb2c29cce0722500f90df29e049ff07fc
refs/heads/master: 23b41168fc942a4a041325a04ecc1bd17d031a3e
6 changes: 3 additions & 3 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ struct wireless_dev;
#define NET_RX_SUCCESS 0 /* keep 'em coming, baby */
#define NET_RX_DROP 1 /* packet dropped */

/* Initial net device group. All devices belong to group 0 by default. */
#define INIT_NETDEV_GROUP 0

/*
* Transmit return codes: transmit return codes originate from three different
* namespaces:
Expand Down Expand Up @@ -141,6 +138,9 @@ static inline bool dev_xmit_complete(int rc)

#define MAX_ADDR_LEN 32 /* Largest hardware address length */

/* Initial net device group. All devices belong to group 0 by default. */
#define INIT_NETDEV_GROUP 0

#ifdef __KERNEL__
/*
* Compute the worst case header length according to the protocols
Expand Down

0 comments on commit cdd0b8c

Please sign in to comment.