[Bug 448198] Re: Network/Power issues after resume on Dell Studio XPS 1340
madbiologist
s.j.turner at uq.net.au
Thu Apr 22 15:12:47 UTC 2010
There is a possible fix for this bug upstream in kernel 2.6.34-rc5.
>From the changelog:
commit de0f60ea94e132c858caa64a44b2012e1e8580b0
Author: Zhu Yi
Date: Tue Mar 23 00:45:03 2010 -0700
iwlwifi: avoid Tx queue memory allocation in interface down
We used to free all the Tx queues memory when interface is brought
down and reallocate them again in interface up. This requires
order-4 allocation for txq->cmd[]. In situations like s2ram, this
usually leads to allocation failure in the memory subsystem. The
patch fixed this problem by allocating the Tx queues memory only at
the first time. Later iwl_down/iwl_up only initialize but don't
free and reallocate them. The memory is freed at the device removal
time. BTW, we have already done this for the Rx queue.
This fixed bug https://bugzilla.kernel.org/show_bug.cgi?id=15551
Signed-off-by: Zhu Yi
Acked-by: Wey-Yi Guy
Signed-off-by: Reinette Chatre
** Bug watch added: Linux Kernel Bug Tracker #15551
http://bugzilla.kernel.org/show_bug.cgi?id=15551
--
Network/Power issues after resume on Dell Studio XPS 1340
https://bugs.launchpad.net/bugs/448198
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to linux in ubuntu.
More information about the kernel-bugs
mailing list