diff options
Diffstat (limited to 'drivers/block/aoe')
-rw-r--r-- | drivers/block/aoe/aoecmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index 74062dc4e90d..1a6aeac5a1c3 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c | |||
@@ -28,7 +28,7 @@ new_skb(ulong len) | |||
28 | skb = alloc_skb(len, GFP_ATOMIC); | 28 | skb = alloc_skb(len, GFP_ATOMIC); |
29 | if (skb) { | 29 | if (skb) { |
30 | skb_reset_mac_header(skb); | 30 | skb_reset_mac_header(skb); |
31 | skb->nh.raw = skb->data; | 31 | skb_reset_network_header(skb); |
32 | skb->protocol = __constant_htons(ETH_P_AOE); | 32 | skb->protocol = __constant_htons(ETH_P_AOE); |
33 | skb->priority = 0; | 33 | skb->priority = 0; |
34 | skb->next = skb->prev = NULL; | 34 | skb->next = skb->prev = NULL; |