Re: [stable] [PATCH] cfg80211: fix initialisation if built-in

2007-09-21 Thread Johannes Berg
On Fri, 2007-09-21 at 15:02 -0700, Greg KH wrote: > When this goes into Linus's tree, please resend it to the > [EMAIL PROTECTED] address so we can add it to our queue. It's on the way, sitting in net-2.6.24 right now but I don't know whether it's scheduled for .23. I'm no longer sure if it reall

Re: [stable] [PATCH] cfg80211: fix initialisation if built-in

2007-09-21 Thread Greg KH
On Mon, Sep 10, 2007 at 01:44:45PM +0200, Johannes Berg wrote: > When cfg80211 is built into the kernel it needs to init earlier > so that device registrations are run after it has initialised. > > Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> When this goes into Linus's tree, please resend it

Re: [PATCH] cfg80211: fix initialisation if built-in

2007-09-11 Thread Johannes Berg
On Tue, 2007-09-11 at 10:04 +0900, Magnus Damm wrote: > On 9/10/07, Johannes Berg <[EMAIL PROTECTED]> wrote: > > When cfg80211 is built into the kernel it needs to init earlier > > so that device registrations are run after it has initialised. > > > > Signed-off-by: Johannes Berg <[EMAIL PROTECTED]

Re: [PATCH] cfg80211: fix initialisation if built-in

2007-09-10 Thread Rob Hussey
On 9/10/07, Magnus Damm <[EMAIL PROTECTED]> wrote: > -module_init(rate_control_simple_init); > +//module_init(rate_control_simple_init); > +postcore_initcall(rate_control_simple_init); > module_exit(rate_control_simple_exit); > > MODULE_DESCRIPTION("Simple rate control algorithm for ieee80211");

Re: [PATCH] cfg80211: fix initialisation if built-in

2007-09-10 Thread Magnus Damm
On 9/10/07, Johannes Berg <[EMAIL PROTECTED]> wrote: > When cfg80211 is built into the kernel it needs to init earlier > so that device registrations are run after it has initialised. > > Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> Yep, I need this fix as well. Without it the ath5k driver bui

[PATCH] cfg80211: fix initialisation if built-in

2007-09-10 Thread Johannes Berg
When cfg80211 is built into the kernel it needs to init earlier so that device registrations are run after it has initialised. Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> --- net/wireless/core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- wireless-dev.orig/net/wireless/cor