[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1320860857.2781.5.camel@bwh-desktop>
Date: Wed, 9 Nov 2011 17:47:37 +0000
From: Ben Hutchings <bhutchings@...arflare.com>
To: Mark Lord <kernel@...savvy.com>
CC: David Miller <davem@...emloft.net>, <netdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, Michal Marek <mmarek@...e.cz>
Subject: Re: [PATCH v2] drivers/net/usb/asix: resync from vendor's copy
On Wed, 2011-11-09 at 12:31 -0500, Mark Lord wrote:
[...]
> +static int ax88172_link_reset(struct usbnet *dev)
> +{
> + u16 lpa;
> + u16 adv;
> + u16 res;
> + u8 mode;
> +
> + mode = AX_MEDIUM_TX_ABORT_ALLOW | AX_MEDIUM_FLOW_CONTROL_EN;
> + lpa = ax8817x_mdio_read_le(dev->net, dev->mii.phy_id, MII_LPA);
> + adv = ax8817x_mdio_read_le(dev->net, dev->mii.phy_id, MII_ADVERTISE);
> + res = mii_nway_result(lpa|adv);
[...]
The argument to mii_nway_result() must be lpa & adv (the intersection of
supported modes, not the union!).
Ben
--
Ben Hutchings, Staff Engineer, Solarflare
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
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