[PATCH 0/3] iwl3945 driver fixes for Fedora 11 (2.6.29)

2009-07-23 Thread Stanislaw Gruszka
Due to backport of patch linux-2.6-iwl3945-report-killswitch-changes-even-if-the-interface-is-down.patch we have bunch of iwl3945 bugs (race conditions) that are not reproducible on vanilla 2.6.29. These patches address them (at least some of them). [PATCH 1/3] iwl3945: release resources before

[PATCH 1/3] iwl3945: release resources before shutting down (F11 backport)

2009-07-23 Thread Stanislaw Gruszka
commit d552bfb65241a35d48e44ddb0d27e0454f579ab4 Author: Kolekar, Abhijeet abhijeet.kole...@intel.com Date: Fri Dec 19 10:37:41 2008 +0800 iwl3945: release resources before shutting down Release resource before shutting down and notify upper stack. Signed-off-by: Abhijeet Kolekar

[PATCH 2/3] iwl3945: add debugging for wrong command queue (F11 backport)

2009-07-23 Thread Stanislaw Gruszka
commit 638d0eb9197d1e285451f6594184fcfc9c2a5d44 Author: Chatre, Reinette reinette.cha...@intel.com Date: Mon Jan 19 15:30:24 2009 -0800 iwl3945: add debugging for wrong command queue We encountered a problem related to this BUG and need to obtain more debugging information. See bug

[PATCH 3/3] iwl3945: fix rfkill SW and HW mishmash

2009-07-23 Thread Stanislaw Gruszka
Disable SW switch regardless of HW switch state (we can only enable radio when both SW and HW rfkill switches are off). Report to rfkill subsystem SW switch state before HW switch state to move rfkill subsystem to SOFT_BLOCK rather than HARD_BLOCK, otherwise in some conditions we would not be able

Re: [PATCH 0/3] iwl3945 driver fixes for Fedora 11 (2.6.29)

2009-07-23 Thread Kyle McMartin
On Thu, Jul 23, 2009 at 01:31:47PM -0400, John W. Linville wrote: On Thu, Jul 23, 2009 at 04:35:39PM +0200, Stanislaw Gruszka wrote: Due to backport of patch linux-2.6-iwl3945-report-killswitch-changes-even-if-the-interface-is-down.patch we have bunch of iwl3945 bugs (race conditions)