diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-15 00:33:49 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-09-15 00:33:49 +0000 |
commit | 752f7392319eadac1b181ece8fc820124b68535f (patch) | |
tree | 3bba5a1d386ad69d1885a021ff322ff20d494ea0 /sys/dev/ic/rtwvar.h | |
parent | ed22d97ed1d7d5ee0e053062e1dca299e26b6499 (diff) |
Remove rtw_rfbus_write abstraction for readability.
Diffstat (limited to 'sys/dev/ic/rtwvar.h')
-rw-r--r-- | sys/dev/ic/rtwvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/rtwvar.h b/sys/dev/ic/rtwvar.h index 001e7decfdc..f37206f4816 100644 --- a/sys/dev/ic/rtwvar.h +++ b/sys/dev/ic/rtwvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtwvar.h,v 1.14 2005/09/14 23:20:17 jsg Exp $ */ +/* $OpenBSD: rtwvar.h,v 1.15 2005/09/15 00:33:48 jsg Exp $ */ /* $NetBSD: rtwvar.h,v 1.10 2004/12/26 22:37:57 mycroft Exp $ */ /*- @@ -357,7 +357,6 @@ struct rtw_softc { enum rtw_locale sc_locale; u_int8_t sc_phydelay; struct rtw_bbpset sc_bbpset; - rtw_rf_write_t sc_rf_write; /* s/w Tx/Rx descriptors */ struct rtw_txsoft_blk sc_txsoft_blk[RTW_NTXPRI]; |