Jeff, this should fix the build issue you are now seeing in netdev-2.6#upstream -- sorry I wasn't quicker! --- The following changes since commit cd6a413099e67ee25b1af0b542d4877d90958474: John W. Linville (1): Merge branch 'from-linus' into upstream are found in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git for-jgarzik Larry Finger (1): ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX 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, -- John W. Linville linville@xxxxxxxxxxxxx - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html