The patch titled ieee80211: TKIP requires CRC32 has been added to the -mm tree. Its filename is ieee80211-tkip-requires-crc32.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ieee80211: TKIP requires CRC32 From: Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx> 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@xxxxxx> Signed-off-by: Chuck Ebbert <76306.1226@xxxxxxxxxxxxxx> Cc: "John W. Linville" <linville@xxxxxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- net/ieee80211/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN net/ieee80211/Kconfig~ieee80211-tkip-requires-crc32 net/ieee80211/Kconfig --- a/net/ieee80211/Kconfig~ieee80211-tkip-requires-crc32 +++ a/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 _ Patches currently in -mm which might be from 76306.1226@xxxxxxxxxxxxxx are ieee80211-tkip-requires-crc32.patch i386-print-stack-size-in-oops-messages.patch sleazy-fpu-feature-i386-support.patch i386-early-fault-handler.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html