Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net

Conflicts:
	drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c

Small minor conflict in bnx2x, wherein one commit changed how
statistics were stored in software, and another commit
fixed endianness bugs wrt. reading the values provided by
the chip in memory.

Signed-off-by: David S. Miller <davem@davemloft.net>
此提交包含在:
David S. Miller
2012-02-19 16:03:15 -05:00
當前提交 32efe08d77
共有 221 個檔案被更改,包括 2028 行新增1984 行删除

查看文件

@@ -1841,7 +1841,7 @@ vortex_timer(unsigned long data)
ok = 1;
}
if (!netif_carrier_ok(dev))
if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev))
next_tick = 5*HZ;
if (vp->medialock)