From 29064c36d3fd1441d00dee51b3d8a79a1f2b2dba Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Tue, 2 Aug 2005 12:55:12 +0000 Subject: reduce stack usage spotted out by jsg@ --- sys/dev/ic/ar5xxx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/ar5xxx.h') diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index 3b58175477b..cf5c663bf9f 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.23 2005/07/30 17:13:17 reyk Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.24 2005/08/02 12:55:11 reyk Exp $ */ /* * Copyright (c) 2004, 2005 Reyk Floeter @@ -1825,7 +1825,7 @@ u_int16_t ar5k_get_regdomain(struct ath_hal *); u_int32_t ar5k_bitswap(u_int32_t, u_int); u_int ar5k_clocktoh(u_int, HAL_BOOL); u_int ar5k_htoclock(u_int, HAL_BOOL); -void ar5k_rt_copy(HAL_RATE_TABLE *, HAL_RATE_TABLE *); +void ar5k_rt_copy(HAL_RATE_TABLE *, const HAL_RATE_TABLE *); HAL_BOOL ar5k_register_timeout(struct ath_hal *, u_int32_t, u_int32_t, u_int32_t, HAL_BOOL); -- cgit v1.2.3