mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
wlinit() must be called to recalculate the multicast filter.
Submitted by: Francis Dupont <Francis.Dupont@inria.fr>
This commit is contained in:
parent
e5ee615637
commit
76b7b29ed0
2 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue