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:
@ -205,7 +205,7 @@ static void netpoll_poll_dev(struct net_device *dev)
|
||||
|
||||
poll_napi(dev);
|
||||
|
||||
if (dev->priv_flags & IFF_SLAVE) {
|
||||
if (dev->flags & IFF_SLAVE) {
|
||||
if (dev->npinfo) {
|
||||
struct net_device *bond_dev = dev->master;
|
||||
struct sk_buff *skb;
|
||||
|
Reference in New Issue
Block a user