diff options
Diffstat (limited to 'drivers/net/netxen/netxen_nic_ethtool.c')
-rw-r--r-- | drivers/net/netxen/netxen_nic_ethtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/netxen/netxen_nic_ethtool.c b/drivers/net/netxen/netxen_nic_ethtool.c index 6d94ee579466..b30de24f4a52 100644 --- a/drivers/net/netxen/netxen_nic_ethtool.c +++ b/drivers/net/netxen/netxen_nic_ethtool.c | |||
@@ -888,7 +888,7 @@ static int netxen_nic_set_flags(struct net_device *netdev, u32 data) | |||
888 | int hw_lro; | 888 | int hw_lro; |
889 | 889 | ||
890 | if (data & ~ETH_FLAG_LRO) | 890 | if (data & ~ETH_FLAG_LRO) |
891 | return -EOPNOTSUPP; | 891 | return -EINVAL; |
892 | 892 | ||
893 | if (!(adapter->capabilities & NX_FW_CAPABILITY_HW_LRO)) | 893 | if (!(adapter->capabilities & NX_FW_CAPABILITY_HW_LRO)) |
894 | return -EINVAL; | 894 | return -EINVAL; |