* [patch] ieee80211: TKIP requires CRC32
@ 2006-07-14 22:51 Chuck Ebbert
2006-07-17 15:28 ` [stable] " Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2006-07-14 22:51 UTC (permalink / raw)
To: linux-netdev
Cc: Toralf Foerster, linux-kernel, John W. Linville, linux-stable,
Andrew Morton
ieee80211_crypt_tkip will not work without CRC32.
LD .tmp_vmlinux1
net/built-in.o: In function `ieee80211_tkip_encrypt':
net/ieee80211/ieee80211_crypt_tkip.c:349: undefined reference to `crc32_le'
Reported by Toralf Foerster <toralf.foerster@gmx.de>
Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
--- 2.6.18-rc1-32.orig/net/ieee80211/Kconfig
+++ 2.6.18-rc1-32/net/ieee80211/Kconfig
@@ -58,6 +58,7 @@ config IEEE80211_CRYPT_TKIP
depends on IEEE80211 && NET_RADIO
select CRYPTO
select CRYPTO_MICHAEL_MIC
+ select CRC32
---help---
Include software based cipher suites in support of IEEE 802.11i
(aka TGi, WPA, WPA2, WPA-PSK, etc.) for use with TKIP enabled
--
Chuck
"You can't read a newspaper if you can't read." --George W. Bush
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [stable] [patch] ieee80211: TKIP requires CRC32
2006-07-14 22:51 [patch] ieee80211: TKIP requires CRC32 Chuck Ebbert
@ 2006-07-17 15:28 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2006-07-17 15:28 UTC (permalink / raw)
To: Chuck Ebbert
Cc: linux-netdev, Andrew Morton, Toralf Foerster, linux-stable,
linux-kernel, John W. Linville
On Fri, Jul 14, 2006 at 06:51:41PM -0400, Chuck Ebbert wrote:
> ieee80211_crypt_tkip will not work without CRC32.
>
> LD .tmp_vmlinux1
> net/built-in.o: In function `ieee80211_tkip_encrypt':
> net/ieee80211/ieee80211_crypt_tkip.c:349: undefined reference to `crc32_le'
>
> Reported by Toralf Foerster <toralf.foerster@gmx.de>
>
> Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com>
Queued to -stable, thanks.
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-17 15:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-14 22:51 [patch] ieee80211: TKIP requires CRC32 Chuck Ebbert
2006-07-17 15:28 ` [stable] " Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).