diff options
Diffstat (limited to 'net/8021q/vlan.h')
-rw-r--r-- | net/8021q/vlan.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/8021q/vlan.h b/net/8021q/vlan.h index 9ae3a14dd016..1976cdba8f72 100644 --- a/net/8021q/vlan.h +++ b/net/8021q/vlan.h | |||
@@ -9,8 +9,8 @@ | |||
9 | #define VLAN_ERR KERN_ERR | 9 | #define VLAN_ERR KERN_ERR |
10 | #define VLAN_INF KERN_INFO | 10 | #define VLAN_INF KERN_INFO |
11 | #define VLAN_DBG KERN_ALERT /* change these... to debug, having a hard time | 11 | #define VLAN_DBG KERN_ALERT /* change these... to debug, having a hard time |
12 | * changing the log level at run-time..for some reason. | 12 | * changing the log level at run-time..for some reason. |
13 | */ | 13 | */ |
14 | 14 | ||
15 | /* | 15 | /* |
16 | 16 | ||
@@ -24,7 +24,7 @@ I'll bet they might prove useful again... --Ben | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | /* This way they don't do anything! */ | 26 | /* This way they don't do anything! */ |
27 | #define VLAN_MEM_DBG(x, y, z) | 27 | #define VLAN_MEM_DBG(x, y, z) |
28 | #define VLAN_FMEM_DBG(x, y) | 28 | #define VLAN_FMEM_DBG(x, y) |
29 | 29 | ||
30 | 30 | ||
@@ -51,10 +51,10 @@ struct net_device *__find_vlan_dev(struct net_device* real_dev, | |||
51 | /* found in vlan_dev.c */ | 51 | /* found in vlan_dev.c */ |
52 | int vlan_dev_rebuild_header(struct sk_buff *skb); | 52 | int vlan_dev_rebuild_header(struct sk_buff *skb); |
53 | int vlan_skb_recv(struct sk_buff *skb, struct net_device *dev, | 53 | int vlan_skb_recv(struct sk_buff *skb, struct net_device *dev, |
54 | struct packet_type *ptype, struct net_device *orig_dev); | 54 | struct packet_type *ptype, struct net_device *orig_dev); |
55 | int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, | 55 | int vlan_dev_hard_header(struct sk_buff *skb, struct net_device *dev, |
56 | unsigned short type, void *daddr, void *saddr, | 56 | unsigned short type, void *daddr, void *saddr, |
57 | unsigned len); | 57 | unsigned len); |
58 | int vlan_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev); | 58 | int vlan_dev_hard_start_xmit(struct sk_buff *skb, struct net_device *dev); |
59 | int vlan_dev_hwaccel_hard_start_xmit(struct sk_buff *skb, struct net_device *dev); | 59 | int vlan_dev_hwaccel_hard_start_xmit(struct sk_buff *skb, struct net_device *dev); |
60 | int vlan_dev_change_mtu(struct net_device *dev, int new_mtu); | 60 | int vlan_dev_change_mtu(struct net_device *dev, int new_mtu); |