Deleted Added
full compact
34c34
< __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_ioctl.c 148863 2005-08-08 18:46:36Z sam $");
---
> __FBSDID("$FreeBSD: head/sys/net80211/ieee80211_ioctl.c 148887 2005-08-09 10:20:02Z rwatson $");
71c71,72
< (((_ic)->ic_ifp->if_flags & (IFF_RUNNING|IFF_UP)) == (IFF_RUNNING|IFF_UP))
---
> (((_ic)->ic_ifp->if_flags & IFF_UP) && \
> ((_ic)->ic_ifp->if_drv_flags & IFF_DRV_RUNNING))