linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* compile issues compat-wireless-2.6
@ 2008-02-22  0:10 Bill Moss
  2008-02-22 21:37 ` Luis R. Rodriguez
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Moss @ 2008-02-22  0:10 UTC (permalink / raw)
  To: linux-wireless

http://linuxwireless.org/download/compat-wireless-2.6/compat-wireless-2.6.tar.bz2

Compile issues for Fedora 8 kernel-2.6.24.2-7.fc8.x86_64.

For a successful compile, I had to

Add to ieee80211_sta.c
#define CONFIG_MAC80211_IBSS_DEBUG 1

Add to compat-wireless-2.6/drivers/net/wireless/ipw2200.h
static inline void le32_add_cpu(__le32 *var, u32 val)
{
        *var = cpu_to_le32(le32_to_cpu(*var) + val);
}

The first looks like a compatibility fix.

A recent kernel patch has moved byteorder definitions such as this one

from  /usr/src/kernels/2.6.24.2-7.fc8-x86_64/fs/ocfs2/endian.h (missing 
in Fedora kernels)

to  /usr/include/linux/byteorder/generic.h (in Fedora kernels)

But this patch has not made it to Fedora 8 and 9 kernels.

-- 
Bill Moss
Alumni Distinguished Professor
Mathematical Sciences
Clemson University


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-22 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22  0:10 compile issues compat-wireless-2.6 Bill Moss
2008-02-22 21:37 ` Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).