diff options
-rw-r--r-- | net/ieee80211/ieee80211_module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee80211/ieee80211_module.c b/net/ieee80211/ieee80211_module.c index 76304345bca5..7ec6610841ba 100644 --- a/net/ieee80211/ieee80211_module.c +++ b/net/ieee80211/ieee80211_module.c | |||
@@ -229,6 +229,7 @@ void free_ieee80211(struct net_device *dev) | |||
229 | 229 | ||
230 | static int debug = 0; | 230 | static int debug = 0; |
231 | u32 ieee80211_debug_level = 0; | 231 | u32 ieee80211_debug_level = 0; |
232 | EXPORT_SYMBOL_GPL(ieee80211_debug_level); | ||
232 | static struct proc_dir_entry *ieee80211_proc = NULL; | 233 | static struct proc_dir_entry *ieee80211_proc = NULL; |
233 | 234 | ||
234 | static int show_debug_level(char *page, char **start, off_t offset, | 235 | static int show_debug_level(char *page, char **start, off_t offset, |