diff options
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; |
