diff options
Diffstat (limited to 'drivers/net/qlcnic/qlcnic_ethtool.c')
-rw-r--r-- | drivers/net/qlcnic/qlcnic_ethtool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/qlcnic/qlcnic_ethtool.c b/drivers/net/qlcnic/qlcnic_ethtool.c index ec21d24015c4..c38929636488 100644 --- a/drivers/net/qlcnic/qlcnic_ethtool.c +++ b/drivers/net/qlcnic/qlcnic_ethtool.c | |||
@@ -925,9 +925,10 @@ static int qlcnic_set_rx_csum(struct net_device *dev, u32 data) | |||
925 | 925 | ||
926 | dev->features &= ~NETIF_F_LRO; | 926 | dev->features &= ~NETIF_F_LRO; |
927 | qlcnic_send_lro_cleanup(adapter); | 927 | qlcnic_send_lro_cleanup(adapter); |
928 | dev_info(&adapter->pdev->dev, | ||
929 | "disabling LRO as rx_csum is off\n"); | ||
928 | } | 930 | } |
929 | adapter->rx_csum = !!data; | 931 | adapter->rx_csum = !!data; |
930 | dev_info(&adapter->pdev->dev, "disabling LRO as rx_csum is off\n"); | ||
931 | return 0; | 932 | return 0; |
932 | } | 933 | } |
933 | 934 | ||