summaryrefslogtreecommitdiff
path: root/sys/dev/wl
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-25 22:34:25 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-25 22:34:25 +0000
commitc77b8656bb979df2b12eea82e857f4cb9922ef60 (patch)
tree5dc2fd442bab0b5ebddd493c47ae6f7a5c7757c0 /sys/dev/wl
parentca56099a40dc18d1aaf5a71279f906b704e15612 (diff)
Notes
Diffstat (limited to 'sys/dev/wl')
-rw-r--r--sys/dev/wl/if_wl.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c
index 4c8124f096eb..d17de614f371 100644
--- a/sys/dev/wl/if_wl.c
+++ b/sys/dev/wl/if_wl.c
@@ -1,4 +1,4 @@
-/* $Id: if_wl.c,v 1.6 1997/08/01 03:36:12 msmith Exp $ */
+/* $Id: if_wl.c,v 1.7 1997/08/02 05:19:32 msmith Exp $ */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -935,9 +935,7 @@ wlstart(struct ifnet *ifp)
*
*/
static int
-wlread(unit, fd_p)
-int unit;
-u_short fd_p;
+wlread(int unit, u_short fd_p)
{
register struct wl_softc *sc = WLSOFTC(unit);
register struct ifnet *ifp = &sc->wl_if;
@@ -2508,7 +2506,6 @@ wlpsacrc(u_char *buf)
}
return(crc);
}
-
#ifdef WLCACHE
/*