From: proski Date: Wed, 21 Nov 2007 22:49:25 +0000 (+0000) Subject: Make ath_buf_counter static. Reported by sparse. X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=932d54e24660921aa583d3e5cc6bcd8dc2c66e30;p=madwifi%2F.git Make ath_buf_counter static. Reported by sparse. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2907 0192ed92-7a03-0410-a25b-9323aeb14dbd --- 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 { \