diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-05-27 04:10:07 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-05-27 04:10:07 +0000 |
commit | 0ad0d3638f6ef0319b6d344ba9b7cceaf67e351d (patch) | |
tree | a0e021a4927ac466a1c07112801ef594a60947d7 /sys/dev/ic/athvar.h | |
parent | 78d1e449e770d8abfe489fa57c3b9c6f2993cc20 (diff) |
- disable the gpio user interface for now, it's just an unimportant
button which is not yet available on non-i386 platforms
- fix endianess and attachement on big endian platforms (tested on
macppc - ath attaches correctly, receives frames but assoc still
fails)
Diffstat (limited to 'sys/dev/ic/athvar.h')
-rw-r--r-- | sys/dev/ic/athvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/athvar.h b/sys/dev/ic/athvar.h index ac82ff812b4..6efc7a600a6 100644 --- a/sys/dev/ic/athvar.h +++ b/sys/dev/ic/athvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: athvar.h,v 1.8 2005/05/24 21:46:18 reyk Exp $ */ +/* $OpenBSD: athvar.h,v 1.9 2005/05/27 04:10:06 reyk Exp $ */ /* $NetBSD: athvar.h,v 1.10 2004/08/10 01:03:53 dyoung Exp $ */ /*- @@ -48,7 +48,9 @@ #include <net80211/ieee80211_radiotap.h> #include <dev/ic/ar5xxx.h> +#ifdef notyet #include "gpio.h" +#endif #define ATH_TIMEOUT 1000 |