From bad6d5c89b6ffd35818850d95cb88e218dee73b3 Mon Sep 17 00:00:00 2001 From: adrian Date: Sat, 8 Aug 2015 01:10:17 +0000 Subject: Revert the wifi ifnet changes until things are more baked and tested. * 286410 * 286413 * 286416 The initial commit broke a variety of debug and features that aren't in the GENERIC kernels but are enabled in other platforms. --- sys/dev/usb/wlan/if_uathvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev/usb/wlan/if_uathvar.h') diff --git a/sys/dev/usb/wlan/if_uathvar.h b/sys/dev/usb/wlan/if_uathvar.h index 56b5ba3..fae3604 100644 --- a/sys/dev/usb/wlan/if_uathvar.h +++ b/sys/dev/usb/wlan/if_uathvar.h @@ -183,8 +183,7 @@ struct uath_vap { #define UATH_VAP(vap) ((struct uath_vap *)(vap)) struct uath_softc { - struct ieee80211com sc_ic; - struct mbufq sc_snd; + struct ifnet *sc_ifp; device_t sc_dev; struct usb_device *sc_udev; void *sc_cmd_dma_buf; -- cgit v1.1