提交 2933d42c 编写于 作者: L Larry Finger 提交者: Jeff Garzik

[PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX

Using any of the IEEE80211_DEBUG_XXXX macros in any ieee80211_crypt
routine built as a module results in a missing global for
'ieee80211_debug_level'.  The fix is to export the symbol in ieee80211.
Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 32684ec6
...@@ -229,6 +229,7 @@ void free_ieee80211(struct net_device *dev) ...@@ -229,6 +229,7 @@ void free_ieee80211(struct net_device *dev)
static int debug = 0; static int debug = 0;
u32 ieee80211_debug_level = 0; u32 ieee80211_debug_level = 0;
EXPORT_SYMBOL_GPL(ieee80211_debug_level);
static 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, static int show_debug_level(char *page, char **start, off_t offset,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册