From 932d54e24660921aa583d3e5cc6bcd8dc2c66e30 Mon Sep 17 00:00:00 2001 From: proski Date: Wed, 21 Nov 2007 22:49:25 +0000 Subject: [PATCH] Make ath_buf_counter static. Reported by sparse. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2907 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ath/if_ath.c b/ath/if_ath.c index 76b7318..8a16724 100644 --- a/ath/if_ath.c +++ b/ath/if_ath.c @@ -471,7 +471,7 @@ enum { #define KEYPRINTF(sc, k, ix, mac) #endif /* defined(AR_DEBUG) */ -atomic_t ath_buf_counter = ATOMIC_INIT(0); +static atomic_t ath_buf_counter = ATOMIC_INIT(0); #define ATH_SETUP_XR_VAP(sc,vap,rfilt) \ do { \ -- 2.35.1