mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:27:30 +02:00
[backfire] ar71xx: backport ethernet regression fix from r22075
git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22076 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4eb07384d9
commit
28aadec5f7
@ -554,13 +554,15 @@ static void ag71xx_hw_stop(struct ag71xx *ag)
|
|||||||
static int ag71xx_open(struct net_device *dev)
|
static int ag71xx_open(struct net_device *dev)
|
||||||
{
|
{
|
||||||
struct ag71xx *ag = netdev_priv(dev);
|
struct ag71xx *ag = netdev_priv(dev);
|
||||||
|
struct ag71xx_platform_data *pdata = ag71xx_get_pdata(ag);
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ret = ag71xx_rings_init(ag);
|
ret = ag71xx_rings_init(ag);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err;
|
goto err;
|
||||||
|
|
||||||
ag71xx_hw_init(ag);
|
if (pdata->is_ar724x)
|
||||||
|
ag71xx_hw_init(ag);
|
||||||
|
|
||||||
napi_enable(&ag->napi);
|
napi_enable(&ag->napi);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user