RE: ipw2200 can't compile under linux 2.6.13-rc1

From: Jeff Chua
Date: Wed Jun 29 2005 - 09:19:39 EST


On Wed, 29 Jun 2005, Alejandro Bonilla wrote:

ipw2200-1.0.4 can't be compiled under linux 2.6.13-rc1.
soo..... what's the error ?

Probably the same reason why it won't compile in 2.6.12.

Sorry for not being specific. I managed to trace down the problem to the new patch. linux 2.6.13-rc1 created a new file include/net/ieee80211.h
and there's an existing file in the ipw2200 directory with the same name ieee80211.h.

All the ipw2200 files has ...

#include <net/ieee80211.h>

and that points to the new linux header in /usr/src/linux/include/net/ieee80211.h instead of the local include file under the ipw2200/net directory.

I've modified all ipw2200 files to #include "net/ieee80211.h" and now it compiles ok.

Thanks,
Jeff.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/