From 7574ece79852d7f56b21ff2cf25a0804adeab6ca Mon Sep 17 00:00:00 2001 From: XazZ Date: Tue, 15 Jan 2008 17:30:19 +0100 Subject: [PATCH] small fixes for 2.6.24 and one very little 'style' fix --- acx_func.h | 2 +- common.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/acx_func.h b/acx_func.h index 6c36b13..962c90d 100644 --- a/acx_func.h +++ b/acx_func.h @@ -625,7 +625,7 @@ int acx_net_set_key(struct ieee80211_hw *hw, int acx_config_interface(struct ieee80211_hw* ieee, int if_id, struct ieee80211_if_conf *conf); #else -void acx_config_interface(struct ieee80211_hw* ieee, int if_id, +static int acx_config_interface(struct ieee80211_hw* ieee, int if_id, struct ieee80211_if_conf *conf); #endif int acx_net_config(struct ieee80211_hw* ieee, struct ieee80211_conf *conf); diff --git a/common.c b/common.c index bd4ec2e..c998714 100644 --- a/common.c +++ b/common.c @@ -3367,7 +3367,7 @@ static void acx111_s_sens_radio_16_17(acx_device_t * adev) } -void acx_s_update_card_settings(acx_device_t * adev) +void acx_s_update_card_settings(acx_device_t *adev) { unsigned long flags; unsigned int start_scan = 0; @@ -4338,7 +4338,7 @@ int acx_net_config(struct ieee80211_hw *hw, struct ieee80211_conf *conf) int acx_config_interface(struct ieee80211_hw* ieee, int if_id, struct ieee80211_if_conf *conf) #else -void acx_config_interface(struct ieee80211_hw* ieee, int if_id, +static int acx_config_interface(struct ieee80211_hw* ieee, int if_id, struct ieee80211_if_conf *conf) #endif { -- 2.11.4.GIT