From: Bill Moss <bmoss@CLEMSON.EDU>
To: linux-wireless@vger.kernel.org
Subject: compile issues compat-wireless-2.6
Date: Thu, 21 Feb 2008 19:10:39 -0500 [thread overview]
Message-ID: <47BE12FF.7030808@clemson.edu> (raw)
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
next reply other threads:[~2008-02-22 0:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-22 0:10 Bill Moss [this message]
2008-02-22 21:37 ` compile issues compat-wireless-2.6 Luis R. Rodriguez
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47BE12FF.7030808@clemson.edu \
--to=bmoss@clemson.edu \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).