From: Sujith Date: Thu, 14 Jan 2010 04:50:57 +0000 (+0530) Subject: ath9k: Fix panic on driver load X-Git-Tag: v2.6.34-rc1~233^2~556^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e4ea1f0ed256382d6d839fbd7a5c7f1b99b6cb0;p=pandora-kernel.git ath9k: Fix panic on driver load The device has to be marked as invalid before registering the ISR. HW initialization takes place after the ISR has been registered, and the invalid flag is eventually cleared in the ->stop() callback. Reported-by: Pavel Roskin Signed-off-by: Sujith Signed-off-by: John W. Linville --- Reading git-diff-tree failed