LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Changed to Kernel 2.6.12.4 and ipw-2100 does not compile (https://www.linuxquestions.org/questions/linux-networking-3/changed-to-kernel-2-6-12-4-and-ipw-2100-does-not-compile-360891/)

microft 09-06-2005 08:41 PM

Changed to Kernel 2.6.12.4 and ipw-2100 does not compile
 
I recently chaged from kernel 2.6.11 (rc2-mm3 i think) to kernel 2.6.12.4.
I used the same kernel config, used "make oldconfig".

I compiled the kernel and everything worked fine, util I tried to set up my wireless Nework Card.
I used ipw-2100 just like I had used with the 2.6.11 kernel.

But now ipw-2100 does not compile.
make output:
Code:

microft@mephisto:~/sources/ipw2100-1.1.0$ make
make -C /lib/modules/2.6.12.4/build SUBDIRS=/home/microft/sources/ipw2100-1.1.0 MODVERDIR=/home/microft/sources/ipw2100-                        1.1.0 modules
make[1]: Entering directory `/usr/src/linux-2.6.12.4'
  CC [M]  /home/microft/sources/ipw2100-1.1.0/ipw2100.o
In file included from /home/microft/sources/ipw2100-1.1.0/ipw2100.h:43,
                from /home/microft/sources/ipw2100-1.1.0/ipw2100.c:167:
/home/microft/sources/ipw2100-1.1.0/ieee80211.h:647: error: redefinition of `is_multicast_ether_addr'
include/linux/etherdevice.h:67: error: `is_multicast_ether_addr' previously defined here
make[2]: *** [/home/microft/sources/ipw2100-1.1.0/ipw2100.o] Error 1
make[1]: *** [_module_/home/microft/sources/ipw2100-1.1.0] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.12.4'
make: *** [modules] Error 2

Any ideas?


All times are GMT -5. The time now is 07:41 PM.