diff options
Diffstat (limited to 'sys/dev/usb/wlan/if_uralvar.h')
-rw-r--r-- | sys/dev/usb/wlan/if_uralvar.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/wlan/if_uralvar.h b/sys/dev/usb/wlan/if_uralvar.h index 663e0c1..5d9c582 100644 --- a/sys/dev/usb/wlan/if_uralvar.h +++ b/sys/dev/usb/wlan/if_uralvar.h @@ -81,7 +81,7 @@ struct ural_vap { struct ieee80211vap vap; struct ieee80211_beacon_offsets bo; struct ieee80211_amrr amrr; - struct usb2_callout amrr_ch; + struct usb_callout amrr_ch; struct task amrr_task; int (*newstate)(struct ieee80211vap *, @@ -98,12 +98,12 @@ enum { struct ural_softc { struct ifnet *sc_ifp; device_t sc_dev; - struct usb2_device *sc_udev; + struct usb_device *sc_udev; uint32_t asic_rev; uint8_t rf_rev; - struct usb2_xfer *sc_xfer[URAL_N_TRANSFER]; + struct usb_xfer *sc_xfer[URAL_N_TRANSFER]; struct ural_tx_data tx_data[RAL_TX_LIST_COUNT]; ural_txdhead tx_q; |