From: John W. Linville Date: Thu, 25 Feb 2010 17:02:45 +0000 (-0500) Subject: netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211 X-Git-Tag: v2.6.34-rc1~233^2~49^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caf66e581172dc5032bb84841a91bc7b77ad9876;p=pandora-kernel.git netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211 In "wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig" I inadvertantly missed a line in include/linux/netdevice.h. I thereby effectively reverted "net: Set LL_MAX_HEADER properly for wireless." by accident. :-( Now we should check there for CONFIG_WLAN instead. Signed-off-by: John W. Linville Reported-by: Christoph Egger Cc: stable@kernel.org --- Reading git-diff-tree failed