diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-12 10:33:19 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2006-08-12 10:33:19 +0000 |
commit | b1210a15cff97e8eeb959fce89dc1d8e27c7ed15 (patch) | |
tree | df32039eb7c1388a52156fbdb46fa091c214bc3e /sys/dev | |
parent | 490bac76b8b8f6f9a2ad57f148ddfda9538aa04f (diff) |
KNF tweak.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/acx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index fbdf5ffd470..23564defd78 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.37 2006/08/12 10:30:15 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.38 2006/08/12 10:33:18 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -197,7 +197,7 @@ int acx_set_beacon_tmplt(struct acx_softc *, const char *, int, int); int acx_read_eeprom(struct acx_softc *, uint32_t, uint8_t *); int acx_read_phyreg(struct acx_softc *, uint32_t, uint8_t *); -const char * acx_get_rf(int rev); +const char * acx_get_rf(int); int acx_get_maxrssi(int); int acx_load_firmware(struct acx_softc *, uint32_t, |