提交 3db76755 编写于 作者: A Amit Kumar Salecha 提交者: David S. Miller

netxen: fix check for ip addr hashing support

Fix typo in checking dest ip has support before
programming destip addresses.
Signed-off-by: NAmit Kumar Salecha <amit@netxen.com>
Signed-off-by: NDhananjay Phadke <dhananjay@netxen.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 23bcf634
......@@ -2340,7 +2340,7 @@ netxen_config_indev_addr(struct net_device *dev, unsigned long event)
struct in_device *indev;
struct netxen_adapter *adapter = netdev_priv(dev);
if (netxen_destip_supported(adapter))
if (!netxen_destip_supported(adapter))
return;
indev = in_dev_get(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册