Re: [PATCH] [RFC] EEE PC hangs when booting off battery

From: Alan Jenkins
Date: Wed Apr 29 2009 - 07:14:58 EST


Alan Jenkins wrote:
> Johannes Berg wrote:
>
>> That doesn't seem relevant, this just does some initialisation. However,
>> you definitely missed adding a call to wep_free().
>>
>>
>
> Hah, I should have realized something was wrong when I noticed I was
> removing more lines that I added.
>
> The crypto init does cause the module load:
>
> wait_for_completion
> call_usermodehelper_exec
> __request_module
> crypto_larval_lookup
> ? extract_entropy
> crypto_alg_mod_lookup
> crypto_alloc_base
> ieee80211_wep_init
> ieee80211_register_hw
>

Here's a corrected patch complete with changelog. If there are no other
problems with it, can you please apply this for 2.6.30 to keep my EeePC
regression-free?

Thanks
Alan

------>