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
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
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]
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
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