diff options
Diffstat (limited to 'drivers/net/bonding/bond_alb.c')
-rw-r--r-- | drivers/net/bonding/bond_alb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bonding/bond_alb.c b/drivers/net/bonding/bond_alb.c index 5c2a12c2b997..86cfcb3f8131 100644 --- a/drivers/net/bonding/bond_alb.c +++ b/drivers/net/bonding/bond_alb.c | |||
@@ -106,7 +106,7 @@ struct arp_pkt { | |||
106 | 106 | ||
107 | static inline struct arp_pkt *arp_pkt(const struct sk_buff *skb) | 107 | static inline struct arp_pkt *arp_pkt(const struct sk_buff *skb) |
108 | { | 108 | { |
109 | return (struct arp_pkt *)skb->nh.raw; | 109 | return (struct arp_pkt *)skb_network_header(skb); |
110 | } | 110 | } |
111 | 111 | ||
112 | /* Forward declaration */ | 112 | /* Forward declaration */ |