On Sat, 24 Jun 2006 21:41:41 +0200
Dominik Karall [off-list ref] wrote:
On Saturday, 24. June 2006 15:19, Andrew Morton wrote:
quoted
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1
7/2.6.17-mm2/
hi!
I get this warning on make modules_install:
WARNING: /lib/modules/2.6.17-mm2/kernel/net/ieee80211/ieee80211.ko
needs unknown symbol wireless_spy_update
Someone removed the `#ifdef CONFIG_WIRELESS_EXT' from around the callsite
in net/ieee80211/ieee80211_rx.c and didn't update Kconfig appropriately.
Presumably, setting CONFIG_WIRELESS_EXT will get you going again.