Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376176
b: refs/heads/master
c: 7a1a0cb
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 23, 2013
1 parent 05548c2 commit 9034c3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 497574c72c9922cf20c12aed15313c389f722fa0
refs/heads/master: 7a1a0cbfeb31f20acc10722642198e76bbc30cb9
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/apple/bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ static void bmac_set_multicast(struct net_device *dev)
static void bmac_set_multicast(struct net_device *dev)
{
struct netdev_hw_addr *ha;
int i;
unsigned short rx_cfg;
u32 crc;

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ static void korina_multicast_list(struct net_device *dev)
unsigned long flags;
struct netdev_hw_addr *ha;
u32 recognise = ETH_ARC_AB; /* always accept broadcasts */
int i;

/* Set promiscuous mode */
if (dev->flags & IFF_PROMISC)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/ethernet/sun/sunbmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ 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
Expand Down

0 comments on commit 9034c3d

Please sign in to comment.