File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1016,6 +1016,7 @@ static void bmac_set_multicast(struct net_device *dev)
10161016static void bmac_set_multicast (struct net_device * dev )
10171017{
10181018struct netdev_hw_addr * ha ;
1019+ int i ;
10191020unsigned short rx_cfg ;
10201021u32 crc ;
10211022
Original file line number Diff line number Diff line change @@ -483,6 +483,7 @@ static void korina_multicast_list(struct net_device *dev)
483483unsigned long flags ;
484484struct netdev_hw_addr * ha ;
485485u32 recognise = ETH_ARC_AB ;/* always accept broadcasts */
486+ int i ;
486487
487488/* Set promiscuous mode */
488489if (dev -> flags & IFF_PROMISC )
Original file line number Diff line number Diff line change @@ -995,6 +995,7 @@ static void bigmac_set_multicast(struct net_device *dev)
995995struct bigmac * bp = netdev_priv (dev );
996996void __iomem * bregs = bp -> bregs ;
997997struct netdev_hw_addr * ha ;
998+ int i ;
998999u32 tmp , crc ;
9991000
10001001/* Disable the receiver. The bit self-clears when
You can’t perform that action at this time.
0 commit comments