diff options
Diffstat (limited to 'sys/dev/usb/wlan/if_uralvar.h')
-rw-r--r-- | sys/dev/usb/wlan/if_uralvar.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/usb/wlan/if_uralvar.h b/sys/dev/usb/wlan/if_uralvar.h index f40f71d..c62b0e4 100644 --- a/sys/dev/usb/wlan/if_uralvar.h +++ b/sys/dev/usb/wlan/if_uralvar.h @@ -89,8 +89,7 @@ enum { }; struct ural_softc { - struct ieee80211com sc_ic; - struct mbufq sc_snd; + struct ifnet *sc_ifp; device_t sc_dev; struct usb_device *sc_udev; @@ -110,8 +109,8 @@ struct ural_softc { uint16_t sta[11]; uint32_t rf_regs[4]; uint8_t txpow[14]; - u_int sc_detached:1, - sc_running:1; + uint8_t sc_bssid[6]; + uint8_t sc_detached; struct { uint8_t val; |