| |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Note, this project is deprecated.
It has been incorporated into the upstream Linux kernel as (now) "libipw" to be used for the old ipw2x00 driver only.
A generic ieee80211 networking stack for the Linux kernel.
To use, simply download one of the tarballs from the downloads section, untar it, and follow the
installation instructions (for example):
% tar xzvf ieee80211-1.0.1.tgz % less ieee80211-1.0.1/INSTALLA note on the development process... The ieee80211 subsystem is being developed in multiple locations at once, and keeping them all synchronized is problematic. The ieee80211 subsystem used here attempts to keep pace with inclusion of patches submitted to the netdev mailing list as well as to LKML, as well as potentially destabalizing patches. The goal is to keep those users that want to keep a functioning system functioning up and running while still moving to new kernel releases. In that regard, the ieee80211 development project acts as a screen and testing ground for patches going into the subsystem. You can also obtain the latest release and code from the ieee80211 GIT-delta repository. This is not a full GIT tree and provides an overlay of object cache and SHA data. For more information, see the ieee80211 GIT page.
The following are links to projects, archives, and other sites that may be of use to ieee80211 users. Packages:
Jul 12 2007 Changes in 1.2.18
status: The same as mainline 2.6.22 with trival compatibility patches
for kernels since 2.6.9
Apr 02 2007 Changes in 1.2.17
status: Not in mainline yet, but the change is trival (add more
definitions in the radiotap header. If you are using kernel
2.6.20-rc1 or newer, can use the ieee80211 subsystem provided with
your kernel instead of installing this package.
Jan 05 2007 Changes in 1.2.16
status: Merged in mainline commit-id 3eb546057dd65ec75c900c9948684ffd5e617630
available as of 2.6.20-rc1. If you are using kernel 2.6.20-rc1 or newer, you
can use the ieee80211 subsystem provided with your kernel instead of
installing this package.
Aug 21 2006 Changes in 1.2.15
Status: Merged in mainline commit-id f09fc44d8c25f22c4d985bb93857338ed02feac6
available as of 2.6.18-rc4. If you are using kernel 2.6.18-rc4 or newer, you
can use the ieee80211 subsystem provided with your kernel instead of
installing this package.
Jun 12 2006 Changes in 1.1.14
[ more ]
A quick blurb about the release version numbers use:
Stable versions can be identified by the last digit of the version number being a 0 (zero). All other releases are development snapshots. For example, 1.0.0 is stable, 1.0.1 is a development snapshot. Stable versions require a more extensive validation pass to be executed and will not be made available as frequently as the development snapshots.
2.6.13-rc1+ conflict with ieee80211.h
The 2.6.13 series currently contains an ieee80211.h include file that is
not compatible with this version of the ieee80211 subsystem. The
ieee80211 subsystem make file should detect the in-kernel version. If
you build the ieee80211 subsystem targetted to install into your kernel
sources, you can then rebuild the kernel using those files:
% make IEEE80211_INC=/lib/modules/`uname -r`/build/include installThat will install ieee80211.h and ieee80211_crypt.h into the include/net directory contained within the installed kernel build sources.
Fix ieee80211-1.2.16 crypto modules loading problem: patch
This patch fixes the problem when initializing the kernel crypto modules. For example, if you see below errors from dmesg please try this patch.
Fix make patch_kernel problem for ieee80211-1.2.15: patch
Fix ieee80211-1.1.9 compile error on 2.6.9 and old kernels: patch
This patch corrects the DEFINE_SPINLOCK undefined problem
(see bug #897 on http://bughost.org)
Script remove-old Fix: patch
Fix the remove-old script fails to find for the old ieee80211 modules
on some distros (i.e. SuSE Linux)
Fix ieee80211-1.1.8 compile error on 2.6.11 and old kernels: patch
This patch corrects the above problem (see bug #885 on
http://bughost.org) (thanks to Russell Stuart)
Problem compiling pre-we18 (2.6.12 and older): patch
If you encounter problems compiling ieee80211 with messages about
IW_QUAL_LEVEL_UPDATED or IW_ENCODE_EXT_GROUP_KEY, please apply this
patch and try again.
Problem sending broadcast packets with ieee80211-1.1.5: patch
This patch corrects the above problem (see bug #798 on
http://bughost.org)
Problem with DHCP and ieee80211 1.0.3 and older?: patch
This patch correct a problem encountered by some users when the ieee80211 subsystem
overwrote the ethernet header in SKBs set for transmission.
ieee80211-1.0.1 complains about not finding .config or autoconf.h: patch
This patch corrects a problem where the 'remove_old' script was
looking in the wrong location for the .config and
include/linux/autoconf.h files (thanks to Pedro Ramalhais)
ieee80211-1.0.1 Fix for using skb after it was freed: patch
Fix using skb->priority for a already freed skb.
NOTE: To apply a patch you
download the patch, then
use the patch utility:
% patch -p1 -d TARGETDIR < PATCHFILEWhere TARGETDIR is the location of the package source file and PATCHFILE is the path to the (you guessed it)... patch file. If you are running the command from within the project directory then you do not need to provide the '-d TARGETDIR' parameter. For example: % patch -p1 -d ~/my_project < ieee80211-some_fix.patchwould apply the patch 'ieee80211-some_fix.patch' in the directory '~/my_project'.
If you have any questions, concerns, etc. please
email
ilw@linux.intel.com.
| |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||