From: Pavel R. <pr...@gn...> - 2006-01-03 22:20:35
|
On Fri, 2005-12-30 at 17:29 +0100, Huub Reuver wrote: > When trying to compile the 1.1.5 and 1.1.6 version of ieee80211 inside > or outside the kernel I ran into a problem: > ... > Building modules, stage 2. > MODPOST > *** Warning: "wireless_send_event" [/usr/src/ieee80211-1.1.6/ieee80211_cryp > t_tkip.ko] undefined! > *** Warning: "wireless_spy_update" [/usr/src/ieee80211-1.1.6/ieee80211.ko] > undefined! > CC /usr/src/ieee80211-1.1.6/ieee80211.mod.o > ... > > Of course ieee80211.h is included and indirect iw_handler.h which contains > the definitions of the above functions. Warnings on the MODPOST stage are not from the compiler. They are about object files, not about sources. > Any ideas how I can compile the package without warnings? > Right now I am less interested in the current version included in the > kernel. Enable CONFIG_NET_RADIO in the kernel .config file and recompile the kernel. -- Regards, Pavel Roskin |