Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98564
b: refs/heads/master
c: c88e6f5
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Jun 28, 2008
1 parent 8af1c94 commit 1cbbd0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ede16af4cdbd21fa15d4178beb7c6fcbcccd07e9
refs/heads/master: c88e6f51c2154c7606f7e281bcca2d1a2c89d7b2
4 changes: 4 additions & 0 deletions trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ struct wireless_dev;
#define NETDEV_TX_BUSY 1 /* driver tx path was busy*/
#define NETDEV_TX_LOCKED -1 /* driver tx lock was already taken */

#ifdef __KERNEL__

/*
* Compute the worst case header length according to the protocols
* used.
Expand All @@ -114,6 +116,8 @@ struct wireless_dev;
#define MAX_HEADER (LL_MAX_HEADER + 48)
#endif

#endif /* __KERNEL__ */

struct net_device_subqueue
{
/* Give a control state for each queue. This struct may contain
Expand Down

0 comments on commit 1cbbd0d

Please sign in to comment.