diff options
-rw-r--r-- | sys/arm/at91/if_ate.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arm/at91/if_ate.c b/sys/arm/at91/if_ate.c index b065482..3c2a074 100644 --- a/sys/arm/at91/if_ate.c +++ b/sys/arm/at91/if_ate.c @@ -391,10 +391,7 @@ ate_mac_hash(const uint8_t *buf) } /* - * Compute the multicast filter for this device using the standard - * algorithm. I wonder why this isn't in ether somewhere as a lot - * of different MAC chips use this method (or the reverse the bits) - * method. + * Compute the multicast filter for this device. */ static int ate_setmcast(struct ate_softc *sc) |