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