diff options
author | 2006-08-12 10:33:18 +0000 | |
---|---|---|
committer | 2006-08-12 10:33:18 +0000 | |
commit | fb4deeb8ed86c6eb98125336dec46be7dd277469 (patch) | |
tree | 3c702bd3b81f669127088f47cdc9838960cbfbc0 | |
parent | Fill ic_max_rssi with values depending on the radio type. Makes signal (diff) | |
download | wireguard-openbsd-fb4deeb8ed86c6eb98125336dec46be7dd277469.tar.xz wireguard-openbsd-fb4deeb8ed86c6eb98125336dec46be7dd277469.zip |
KNF tweak.
-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, |