From: Larry Finger Date: Tue, 17 Apr 2007 15:28:47 +0000 (-0500) Subject: [PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX X-Git-Tag: v2.6.22-rc1~1110^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2933d42cb7b0f14e0f83f6f231c966e97c79cdc9;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed