aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atl1c/atl1c_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/atl1c/atl1c_main.c')
-rw-r--r--drivers/net/atl1c/atl1c_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/atl1c/atl1c_main.c b/drivers/net/atl1c/atl1c_main.c
index 61f1634ab3f8..553230eb365c 100644
--- a/drivers/net/atl1c/atl1c_main.c
+++ b/drivers/net/atl1c/atl1c_main.c
@@ -1719,7 +1719,7 @@ static inline void atl1c_rx_checksum(struct atl1c_adapter *adapter,
1719 * cannot figure out if the packet is fragmented or not, 1719 * cannot figure out if the packet is fragmented or not,
1720 * so we tell the KERNEL CHECKSUM_NONE 1720 * so we tell the KERNEL CHECKSUM_NONE
1721 */ 1721 */
1722 skb->ip_summed = CHECKSUM_NONE; 1722 skb_checksum_none_assert(skb);
1723} 1723}
1724 1724
1725static int atl1c_alloc_rx_buffer(struct atl1c_adapter *adapter, const int ringid) 1725static int atl1c_alloc_rx_buffer(struct atl1c_adapter *adapter, const int ringid)