> It doesn't seem to compile on my system: > > net/built-in.o: In function `iw_send_thrspy_event': > wext-old.c:(.text+0x67672): undefined reference to `wireless_send_event'
Uh, common is missing. Adjust net/wireless/Makefile like this: Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> --- I'd be surprised if that patch applies. I generated it by hand :P What would be cool if I could go to gitweb, edit the file and get a diff out :) gitwiki. --- a/net/wireless/Makefile +++ b/net/wireless/Makefile @@ -12,6 +12,6 @@ # this needs to be compiled in... obj-$(CONFIG_CFG80211_WEXT_COMPAT) += wext-compat.o -obj-$(CONFIG_CFG80211_WEXTNL_COMPAT)$(CONFIG_NET_WIRELESS_RTNETLINK) += wext-common.o +obj-$(CONFIG_CFG80211_WEXTNL_COMPAT)$(CONFIG_NET_WIRELESS) += wext-common.o obj-y += $(obj-yy) $(obj-yn) $(obj-ny) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html