diff options
Diffstat (limited to 'drivers/net/ethernet/apple/bmac.c')
-rw-r--r-- | drivers/net/ethernet/apple/bmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/apple/bmac.c b/drivers/net/ethernet/apple/bmac.c index 8848190e403d..f36bbd6d5085 100644 --- a/drivers/net/ethernet/apple/bmac.c +++ b/drivers/net/ethernet/apple/bmac.c | |||
@@ -1016,6 +1016,7 @@ static void bmac_set_multicast(struct net_device *dev) | |||
1016 | static void bmac_set_multicast(struct net_device *dev) | 1016 | static void bmac_set_multicast(struct net_device *dev) |
1017 | { | 1017 | { |
1018 | struct netdev_hw_addr *ha; | 1018 | struct netdev_hw_addr *ha; |
1019 | int i; | ||
1019 | unsigned short rx_cfg; | 1020 | unsigned short rx_cfg; |
1020 | u32 crc; | 1021 | u32 crc; |
1021 | 1022 | ||