net: Restore unintentional reverts.
This restores commits:c573972c11
1a5904342c
da2e2c2149
which initially accidently went into 'net', were reverted there, and then properly placed into 'net-next'. But the next net --> net-next merge accidently wiped them out again. Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -995,7 +995,6 @@ static void bigmac_set_multicast(struct net_device *dev)
|
||||
struct bigmac *bp = netdev_priv(dev);
|
||||
void __iomem *bregs = bp->bregs;
|
||||
struct netdev_hw_addr *ha;
|
||||
int i;
|
||||
u32 tmp, crc;
|
||||
|
||||
/* Disable the receiver. The bit self-clears when
|
||||
|
Reference in New Issue
Block a user