wlinit() must be called to recalculate the multicast filter.
Submitted by: Francis Dupont <Francis.Dupont@inria.fr>
This commit is contained in:
parent
a7a90106cd
commit
b6053bedb2
@ -1260,6 +1260,8 @@ wlioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
}
|
||||
error = 0;
|
||||
}
|
||||
#else
|
||||
wlinit(sc);
|
||||
#endif
|
||||
break;
|
||||
#endif /* MULTICAST */
|
||||
|
@ -1260,6 +1260,8 @@ wlioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
||||
}
|
||||
error = 0;
|
||||
}
|
||||
#else
|
||||
wlinit(sc);
|
||||
#endif
|
||||
break;
|
||||
#endif /* MULTICAST */
|
||||
|
Loading…
Reference in New Issue
Block a user