[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <m3ocz6ba67.fsf@maximus.localdomain>
Date: Sun, 21 Dec 2008 02:15:44 +0100
From: Krzysztof Halasa <khc@...waw.pl>
To: <netdev@...r.kernel.org>
Subject: Re: [RFC] IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver.
Few patches I'm posting for review only.
Not for operational use.
IXP4xx: Add PHYLIB MII ioctl to the Ethernet driver.
--- a/drivers/net/arm/ixp4xx_eth.c
+++ b/drivers/net/arm/ixp4xx_eth.c
@@ -789,9 +789,11 @@ static void eth_set_mcast_list(struct net_device *dev)
static int eth_ioctl(struct net_device *dev, struct ifreq *req, int cmd)
{
+ struct port *port = netdev_priv(dev);
+
if (!netif_running(dev))
return -EINVAL;
- return -EINVAL;
+ return phy_mii_ioctl(port->phydev, if_mii(req), cmd);
}
--
Krzysztof Halasa
--
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