Stanislaw Gruszka b62177a0aa iwlwifi: fix canceling monitor_recover timer
To make del_timer_sync() works we have to assure that timer function
does not rearm the timer. To achieve that we cancel timer with
STATUS_EXIT_PENDING bit set in __iwl{3945,}_down function.

Patch also fix priv->txq memory usage after free for iwl3945, because
it move timer cancellation before iwl3945_hw_txq_ctx_free(priv) is called.

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-08-25 14:33:16 -04:00
..
2010-08-04 15:14:38 +02:00
2010-08-04 21:53:17 -07:00
2010-08-04 15:14:38 +02:00
2010-08-04 11:16:01 +02:00
2010-07-31 14:20:02 +01:00
2010-08-04 15:14:38 +02:00
2010-08-07 23:04:12 -07:00
2010-08-04 15:14:38 +02:00
2010-08-03 11:55:15 -04:00
2010-08-04 15:14:38 +02:00