Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2933d42cb7b0f14e0f83f6f231c966e97c79cdc9
Commit:     2933d42cb7b0f14e0f83f6f231c966e97c79cdc9
Parent:     32684ec61678c61c6ceebfb29901b7723410ed83
Author:     Larry Finger <[EMAIL PROTECTED]>
AuthorDate: Tue Apr 17 10:28:47 2007 -0500
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Sat Apr 28 11:01:05 2007 -0400

    [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: Larry Finger <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 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 7630434..7ec6610 100644
--- a/net/ieee80211/ieee80211_module.c
+++ b/net/ieee80211/ieee80211_module.c
@@ -229,6 +229,7 @@ void free_ieee80211(struct net_device *dev)
 
 static int debug = 0;
 u32 ieee80211_debug_level = 0;
+EXPORT_SYMBOL_GPL(ieee80211_debug_level);
 static struct proc_dir_entry *ieee80211_proc = NULL;
 
 static int show_debug_level(char *page, char **start, off_t offset,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to