You are not logged in.

#1 2005-06-22 09:43:55

jerem
Member
From: France
Registered: 2005-01-15
Posts: 310

Can't compile ipw2100 driver against 2.6.12 kernel [ FIXED ]

When I try to compile ipw2100 driver, it complains about a function being declared twice in the headers...

Has somebody already experienced such an issue  ?

[EDIT]

Here is a patch I found after some googling :

http://olivier.mondoloni.free.fr/ipw2100_2.6.12.patch

You have to untar the source, cd to the directory created, and :

patch -p1 < ipw2100_2.6.12.patch

Offline

#2 2005-06-22 16:41:31

iom
Member
From: Slovenia
Registered: 2005-04-18
Posts: 35

Re: Can't compile ipw2100 driver against 2.6.12 kernel [ FIXED ]

the same for ipw2200. obviously they added is_multicast_ether_addr into include/linux/etherdevice.h so it is no longer needed in ipw2200/..../ieee80211.h.
BUT: the one in ipw2200 looks stronger (more restrictive. hm. don't know which one is better).
anyway, i made a patch that removes is_multicast_ether_addr from ieee80211.h. and it seems to work.

Offline

#3 2005-06-23 10:31:19

jerem
Member
From: France
Registered: 2005-01-15
Posts: 310

Re: Can't compile ipw2100 driver against 2.6.12 kernel [ FIXED ]

That's annoying...

Hopefully a new ipw driver will be released soon...

Offline

Board footer

Powered by FluxBB