2007-07-17 12:09:43

by Johannes Berg

[permalink] [raw]
Subject: patches ping

What happened to my patches

* mac80211: regdomain.c needs to include ieee80211_i.h
* mac80211: kill PRISM2_HOSTAPD_UPDATE_IF sub-ioctl
* mac80211: move wpa trigger to debugfs
* mac80211: kill PRISM2_PARAM_AP_AUTH_ALGS

johannes


Attachments:
signature.asc (190.00 B)
This is a digitally signed message part

2007-07-18 14:58:23

by Jiri Benc

[permalink] [raw]
Subject: Re: patches ping

On Tue, 17 Jul 2007 14:08:29 +0200, Johannes Berg wrote:
> What happened to my patches
>
> * mac80211: regdomain.c needs to include ieee80211_i.h

I don't have this one. Could you repost it, please?

> * mac80211: kill PRISM2_HOSTAPD_UPDATE_IF sub-ioctl
> * mac80211: move wpa trigger to debugfs
> * mac80211: kill PRISM2_PARAM_AP_AUTH_ALGS

They are targeted for wireless-dev and are on my pending list. I need
to do something fundamental with mac80211 dev tree first as it is
becoming unmanageable. Please stay tuned.

Thanks,

Jiri

--
Jiri Benc
SUSE Labs

2007-07-17 18:32:44

by John W. Linville

[permalink] [raw]
Subject: Re: patches ping

On Tue, Jul 17, 2007 at 10:29:21AM -0500, Larry Finger wrote:
> Johannes Berg wrote:
> >What happened to my patches
> >
> > * mac80211: regdomain.c needs to include ieee80211_i.h
> > * mac80211: kill PRISM2_HOSTAPD_UPDATE_IF sub-ioctl
> > * mac80211: move wpa trigger to debugfs
> > * mac80211: kill PRISM2_PARAM_AP_AUTH_ALGS
>
> Add to Johannes's list
>
> [PATCH V3] mac80211: Implementation of SIOCSIWRATE

commit 1fd5e589d8c7d3cd42ddd39358338766cfcedec8
Author: Larry Finger <[email protected]>
Date: Tue Jul 10 19:32:10 2007 +0200

[PATCH] mac80211: Implementation of SIOCSIWRATE

The WEXT ioctl SIOCSIWRATE is not implemented in mac80211. This patch
adds the missing routine. It supports the 'auto' keyword, fixed rates,
and the combination of 'auto' and a fixed rate to select an upper bound.

Based on the patch from Mohamed Abbas <[email protected]>.

Signed-off-by: Larry Finger <[email protected]>
Signed-off-by: Jiri Benc <[email protected]>
Signed-off-by: John W. Linville <[email protected]>

That was from a recent pull of linux-2.6. Maybe you should pull again?

John
--
John W. Linville
[email protected]

2007-07-18 15:05:48

by Jiri Benc

[permalink] [raw]
Subject: Re: patches ping

On Wed, 18 Jul 2007 16:58:38 +0200, Jiri Benc wrote:
> On Tue, 17 Jul 2007 14:08:29 +0200, Johannes Berg wrote:
> > What happened to my patches
> >
> > * mac80211: regdomain.c needs to include ieee80211_i.h
>
> I don't have this one. Could you repost it, please?

Nevermind, seems that John has it.

Jiri

--
Jiri Benc
SUSE Labs

2007-07-17 15:29:26

by Larry Finger

[permalink] [raw]
Subject: Re: patches ping

Johannes Berg wrote:
> What happened to my patches
>
> * mac80211: regdomain.c needs to include ieee80211_i.h
> * mac80211: kill PRISM2_HOSTAPD_UPDATE_IF sub-ioctl
> * mac80211: move wpa trigger to debugfs
> * mac80211: kill PRISM2_PARAM_AP_AUTH_ALGS

Add to Johannes's list

[PATCH V3] mac80211: Implementation of SIOCSIWRATE

Larry