diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2015-08-08 01:10:17 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2015-08-08 01:10:17 +0000 |
| commit | ba2c1fbc03f312b978f76f7b6c67eec6afa80bf8 (patch) | |
| tree | 5973a9059f73ed5abf84d6d98e44f1953e764064 /sys/dev/usb/wlan/if_rumvar.h | |
| parent | 721b581722c3a383f02036d009db4473590e3f88 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/wlan/if_rumvar.h')
| -rw-r--r-- | sys/dev/usb/wlan/if_rumvar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/usb/wlan/if_rumvar.h b/sys/dev/usb/wlan/if_rumvar.h index 35da6d38a0e94..17944aaf3b415 100644 --- a/sys/dev/usb/wlan/if_rumvar.h +++ b/sys/dev/usb/wlan/if_rumvar.h @@ -85,8 +85,7 @@ enum { }; struct rum_softc { - struct ieee80211com sc_ic; - struct mbufq sc_snd; + struct ifnet *sc_ifp; device_t sc_dev; struct usb_device *sc_udev; @@ -106,8 +105,8 @@ struct rum_softc { uint32_t sta[6]; uint32_t rf_regs[4]; uint8_t txpow[44]; - u_int sc_detached:1, - sc_running:1; + uint8_t sc_bssid[6]; + uint8_t sc_detached; struct { uint8_t val; |
