wlinit() must be called to recalculate the multicast filter.

Submitted by:	Francis Dupont <Francis.Dupont@inria.fr>
This commit is contained in:
roberto 1999-09-15 12:49:03 +00:00
parent a7a90106cd
commit b6053bedb2
2 changed files with 4 additions and 0 deletions

View File

@ -1260,6 +1260,8 @@ wlioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
} }
error = 0; error = 0;
} }
#else
wlinit(sc);
#endif #endif
break; break;
#endif /* MULTICAST */ #endif /* MULTICAST */

View File

@ -1260,6 +1260,8 @@ wlioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
} }
error = 0; error = 0;
} }
#else
wlinit(sc);
#endif #endif
break; break;
#endif /* MULTICAST */ #endif /* MULTICAST */