diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:48:39 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-16 08:48:39 +0000 |
| commit | 031fd299d7932eb7d6983faf9a6d4d8beec1931f (patch) | |
| tree | 89ff719c9c7ae5edd6c20e1323063539f8428e22 /sys/dev/wi | |
| parent | 4d8d520f17fb14848f4007777c279114b698cb8d (diff) | |
Notes
Diffstat (limited to 'sys/dev/wi')
| -rw-r--r-- | sys/dev/wi/wi_hostap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/wi/wi_hostap.c b/sys/dev/wi/wi_hostap.c index fea033fb64f7..5248cc1edc47 100644 --- a/sys/dev/wi/wi_hostap.c +++ b/sys/dev/wi/wi_hostap.c @@ -343,7 +343,7 @@ addr_cmp(u_int8_t a[], u_int8_t b[]) *(u_int32_t *)(a ) == *(u_int32_t *)(b)); } -void +static void wihap_sta_timeout(void *v) { struct wihap_sta_info *sta = v; |
