]> err.no Git - linux-2.6/commit
[PATCH] WE-19 for kernel 2.6.13
authorJean Tourrilhes <jt@hpl.hp.com>
Fri, 2 Sep 2005 18:32:28 +0000 (11:32 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 7 Sep 2005 02:40:24 +0000 (22:40 -0400)
commit6582c164f2b3b6e58d1f13c1c031b19ee691eb14
tree492043111300ee6e1341a6e679a13983893c438c
parent054034dbf5b1a6aef800af4eb22d421d1c7d4b6d
[PATCH] WE-19 for kernel 2.6.13

Hi Jeff,

This is version 19 of the Wireless Extensions. It was supposed
to be the fallback of the WPA API changes, but people seem quite happy
about it (especially Jouni), so the patch is rather small.
The patch has been fully tested with 2.6.13 and various
wireless drivers, and is in its final version. Would you mind pushing
that into Linus's kernel so that the driver and the apps can take
advantage ot it ?

It includes :
o iwstat improvement (explicit dBm). This is the result of
long discussions with Dan Williams, the authors of
NetworkManager. Thanks to him for all the fruitful feedback.
o remove pointer from event stream. I was not totally sure if
this pointer was 32-64 bits clean, so I'd rather remove it and be at
peace with it.
o remove linux header from wireless.h. This has long been
requested by people writting user space apps, now it's done, and it
was not even painful.
o final deprecation of spy_offset. You did not like it, it's
now gone for good.
o Start deprecating dev->get_wireless_stats -> debloat netdev
o Add "check" version of event macros for ieee802.11
stack. Jiri Benc doesn't like the current macros, we aim to please ;-)
All those changes, except the last one, have been bit-roting on
my web pages for a while...

Patches for most kernel drivers will follow. Patches for the
Orinoco and the HostAP drivers have been sent to their respective
maintainers.

Have fun...

Jean
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
include/linux/wireless.h
include/net/iw_handler.h
net/core/wireless.c