projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01b3860
)
vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive
author
Jiri Pirko
<jpirko@redhat.com>
Tue, 31 Aug 2010 04:58:18 +0000
(
04:58
+0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 31 Aug 2010 20:37:05 +0000
(13:37 -0700)
[patch net-next-2.6] vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receive
Use helper as in other places.
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/8021q/vlan_core.c
b/net/8021q/vlan_core.c
index 3438c01bbacf68f33a099d2c0295aafff0634c87..889f4ac4459abcf477210297b6572dc71cf25ca5 100644
(file)
--- a/
net/8021q/vlan_core.c
+++ b/
net/8021q/vlan_core.c
@@
-40,7
+40,7
@@
void vlan_hwaccel_do_receive(struct sk_buff *skb)
struct net_device *dev = skb->dev;
struct vlan_rx_stats *rx_stats;
- skb->dev = vlan_dev_
info(dev)->real_dev
;
+ skb->dev = vlan_dev_
real_dev(dev)
;
netif_nit_deliver(skb);
skb->dev = dev;