summaryrefslogtreecommitdiff
path: root/sys/dev/usb/wlan/if_urtwvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/wlan/if_urtwvar.h')
-rw-r--r--sys/dev/usb/wlan/if_urtwvar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/wlan/if_urtwvar.h b/sys/dev/usb/wlan/if_urtwvar.h
index 7f1305132cb3..975060c70df3 100644
--- a/sys/dev/usb/wlan/if_urtwvar.h
+++ b/sys/dev/usb/wlan/if_urtwvar.h
@@ -111,12 +111,12 @@ struct urtw_softc {
struct ieee80211_channel *sc_curchan;
/* for RF */
- usb2_error_t (*sc_rf_init)(struct urtw_softc *);
- usb2_error_t (*sc_rf_set_chan)(struct urtw_softc *,
+ usb_error_t (*sc_rf_init)(struct urtw_softc *);
+ usb_error_t (*sc_rf_set_chan)(struct urtw_softc *,
int);
- usb2_error_t (*sc_rf_set_sens)(struct urtw_softc *,
+ usb_error_t (*sc_rf_set_sens)(struct urtw_softc *,
int);
- usb2_error_t (*sc_rf_stop)(struct urtw_softc *);
+ usb_error_t (*sc_rf_stop)(struct urtw_softc *);
uint8_t sc_rfchip;
uint32_t sc_max_sens;
uint32_t sc_sens;