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:
Sam Leffler 2008-04-30 17:00:32 +00:00
parent a54149a9ed
commit 00389c7060

View file

@ -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);