From: jsg Date: Sun, 12 May 2024 08:44:09 +0000 (+0000) Subject: rtw_host_rfio was removed in 2007 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0831e5ae6181e7671a2cdaf8586c2752f447b66e;p=openbsd rtw_host_rfio was removed in 2007 --- diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h index 1e9e13367da..c2c2a85c2fb 100644 --- a/sys/dev/ic/rtwvar.h +++ b/sys/dev/ic/rtwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtwvar.h,v 1.31 2015/11/04 12:11:59 dlg Exp $ */ +/* $OpenBSD: rtwvar.h,v 1.32 2024/05/12 08:44:09 jsg Exp $ */ /* $NetBSD: rtwvar.h,v 1.10 2004/12/26 22:37:57 mycroft Exp $ */ /*- @@ -432,8 +432,6 @@ struct rtw_softc { #define sc_rxtap sc_rxtapu.tap #define sc_txtap sc_txtapu.tap -extern int rtw_host_rfio; - void rtw_txdac_enable(struct rtw_softc *, int); void rtw_anaparm_enable(struct rtw_regs *, int); void rtw_config0123_enable(struct rtw_regs *, int);