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>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user