aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/qlcnic/qlcnic_ethtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/qlcnic/qlcnic_ethtool.c')
-rw-r--r--drivers/net/qlcnic/qlcnic_ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/qlcnic/qlcnic_ethtool.c b/drivers/net/qlcnic/qlcnic_ethtool.c
index b9d5acbaf540..f8e39e4cfe0f 100644
--- a/drivers/net/qlcnic/qlcnic_ethtool.c
+++ b/drivers/net/qlcnic/qlcnic_ethtool.c
@@ -984,7 +984,7 @@ static int qlcnic_set_flags(struct net_device *netdev, u32 data)
984 int hw_lro; 984 int hw_lro;
985 985
986 if (data & ~ETH_FLAG_LRO) 986 if (data & ~ETH_FLAG_LRO)
987 return -EOPNOTSUPP; 987 return -EINVAL;
988 988
989 if (!(adapter->capabilities & QLCNIC_FW_CAPABILITY_HW_LRO)) 989 if (!(adapter->capabilities & QLCNIC_FW_CAPABILITY_HW_LRO))
990 return -EINVAL; 990 return -EINVAL;