lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 19 Nov 2008 14:28:55 -0800 (PST)
From:	David Miller <davem@...emloft.net>
To:	steve.glendinning@...c.com
Cc:	netdev@...r.kernel.org, ian.saturley@...c.com
Subject: Re: [PATCH] smsc95xx: add tx checksum offload support

From: Steve Glendinning <steve.glendinning@...c.com>
Date: Mon, 17 Nov 2008 10:50:00 +0000

> @@ -757,6 +787,7 @@ static int smsc95xx_phy_initialize(struct usbnet *dev)
>  static int smsc95xx_reset(struct usbnet *dev)
>  {
>  	struct smsc95xx_priv *pdata = (struct smsc95xx_priv *)(dev->data[0]);
> +	struct net_device *netdev = dev->net;
>  	u32 read_buf, write_buf, burst_cap;
>  	int ret = 0, timeout;
>  	DECLARE_MAC_BUF(mac);

This smsc95xx_reset function doesn't even exist in the current driver.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists