aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-01-04 20:58:10 +0100
committerJohn W. Linville <linville@tuxdriver.com>2006-02-17 10:41:34 -0500
commitb7cffb028abbffff3ba0b87268ecb775ed354049 (patch)
treee5a4dd1cca31bf38c2a57214ab3d2a9ae1c5e367 /net/ieee80211
parent[PATCH] wireless/airo: fix setting TX key index plus key in ENCODEEXT (diff)
downloadlinux-dev-b7cffb028abbffff3ba0b87268ecb775ed354049.tar.xz
linux-dev-b7cffb028abbffff3ba0b87268ecb775ed354049.zip
[PATCH] ieee80211: fix sparse warning about missing "static"
This patch adds a missing "static" on a variable (sparse complaint) Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/ieee80211')
-rw-r--r--net/ieee80211/ieee80211_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee80211/ieee80211_module.c b/net/ieee80211/ieee80211_module.c
index 5f67c684afc2..2cb84d84f671 100644
--- a/net/ieee80211/ieee80211_module.c
+++ b/net/ieee80211/ieee80211_module.c
@@ -213,7 +213,7 @@ void free_ieee80211(struct net_device *dev)
static int debug = 0;
u32 ieee80211_debug_level = 0;
-struct proc_dir_entry *ieee80211_proc = NULL;
+static struct proc_dir_entry *ieee80211_proc = NULL;
static int show_debug_level(char *page, char **start, off_t offset,
int count, int *eof, void *data)