]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 17 Apr 2007 15:28:47 +0000 (10:28 -0500)
committerJeff Garzik <jeff@garzik.org>
Sat, 28 Apr 2007 15:01:05 +0000 (11:01 -0400)
commit2933d42cb7b0f14e0f83f6f231c966e97c79cdc9
treee2c6dd0b28b56f23531b49d4bc1c3c18c9e95867
parent32684ec61678c61c6ceebfb29901b7723410ed83
[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 <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/ieee80211/ieee80211_module.c