summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/if_mos.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/net/if_mos.c')
-rw-r--r--sys/dev/usb/net/if_mos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/net/if_mos.c b/sys/dev/usb/net/if_mos.c
index 1f92629..3a65ec6 100644
--- a/sys/dev/usb/net/if_mos.c
+++ b/sys/dev/usb/net/if_mos.c
@@ -608,7 +608,7 @@ mos_setmulti(struct usb_ether *ue)
if (ifma->ifma_addr->sa_family != AF_LINK) {
allmulti = 1;
continue;
- };
+ }
h = ether_crc32_be(LLADDR((struct sockaddr_dl *)
ifma->ifma_addr), ETHER_ADDR_LEN) >> 26;
hashtbl[h / 8] |= 1 << (h % 8);
OpenPOWER on IntegriCloud