From: Mohamed Abbas Date: Fri, 28 Mar 2008 23:21:08 +0000 (-0700) Subject: iwlwifi: fix race condition during driver unload X-Git-Tag: v2.6.26-rc1~1138^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0359facc7b7a37fd1223ac60649c80cd8daeaf73;p=pandora-kernel.git iwlwifi: fix race condition during driver unload This patch fixed the OOPS when load the driver while rf-kill is on then unload the driver right after load. a race condition caused the interupt handler to schedule the tasklet which will run right after the driver pci_remove causing invalid poiter OOPS. Signed-off-by: Mohamed Abbas Signed-off-by: Joonwoo Park Signed-off-by: Reinette Chatre Signed-off-by: John W. Linville --- Reading git-diff-tree failed