mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove old code to handle mcast address changes; this is all done through
net80211 and pushed into the driver through non-ioctl callbacks
This commit is contained in:
parent
a54149a9ed
commit
00389c7060
1 changed files with 0 additions and 10 deletions
|
|
@ -6302,16 +6302,6 @@ ath_ioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
|
|||
} else
|
||||
ath_stop_locked(ifp);
|
||||
break;
|
||||
case SIOCADDMULTI:
|
||||
case SIOCDELMULTI:
|
||||
/*
|
||||
* The upper layer has already installed/removed
|
||||
* the multicast address(es), just recalculate the
|
||||
* multicast filter for the card.
|
||||
*/
|
||||
if (ifp->if_drv_flags & IFF_DRV_RUNNING)
|
||||
ath_mode_init(sc);
|
||||
break;
|
||||
case SIOCGIFMEDIA:
|
||||
case SIOCSIFMEDIA:
|
||||
error = ifmedia_ioctl(ifp, ifr, &ic->ic_media, cmd);
|
||||
|
|
|
|||
Loading…
Reference in a new issue