From: Pavel Roskin (proski_at_gnu.org)
Date: 2002-07-30 18:47:11 UTC
Hello, Nils!
> i have problems to compile the code from CVS.
>
> In file included from driver/modules/hostap_plx.c:107:
> driver/modules/hostap_hw.c: In function `prism2_txexc':
> driver/modules/hostap_hw.c:2976: warning: implicit declaration of function
> `wireless_send_event'
> make: *** [driver/modules/hostap_plx.o] Error 1
You are quoting a warning. It cannot be the cause of the compile error.
> I'm afraid that it is a configuration problem at my host because i can't find
> this function 'wireless_send_event' in any header or file.
> So what do i need to do to get this function?
It should be in /usr/src/linux/include/linux/wireless.h if your kernel is patched to support wireless extensions version 14 or above. If WIRELESS_EXT is 13 or less, wireless_send_event() should not be used.
I think it is a problem of your host, because you somehow get WIRELESS_EXT defined to 14 (or maybe even 15), but your kernel is not patched to support it.
-- Regards, Pavel Roskin