diff options
Diffstat (limited to 'drivers/net/sfc/rx.c')
-rw-r--r-- | drivers/net/sfc/rx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sfc/rx.c b/drivers/net/sfc/rx.c index a0345b380979..66d7fe3db3e6 100644 --- a/drivers/net/sfc/rx.c +++ b/drivers/net/sfc/rx.c | |||
@@ -575,6 +575,8 @@ void __efx_rx_packet(struct efx_channel *channel, | |||
575 | /* Set the SKB flags */ | 575 | /* Set the SKB flags */ |
576 | skb->ip_summed = CHECKSUM_NONE; | 576 | skb->ip_summed = CHECKSUM_NONE; |
577 | 577 | ||
578 | skb_record_rx_queue(skb, channel->channel); | ||
579 | |||
578 | /* Pass the packet up */ | 580 | /* Pass the packet up */ |
579 | netif_receive_skb(skb); | 581 | netif_receive_skb(skb); |
580 | 582 | ||