From: Nishant Sarmukadam Date: Fri, 8 Apr 2011 09:08:27 +0000 (+0530) Subject: mwl8k: interrupt handling changes X-Git-Tag: v3.0-rc1~377^2~256^2^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12488e01fb2b06bb3f6ee137efc88e29d827817e;p=pandora-kernel.git mwl8k: interrupt handling changes We do not need to enable all the interrupts in mwl8k_probe_hw. We need to enable only MWL8K_A2H_INT_OPC_DONE interrupt for sending commands to the firmware. Keep the other interrupts masked in mwl8k_probe_hw. Also, in mwl8k_start, where we expect other interrupts, enable only those interrupts we are interested in. Signed-off-by: Nishant Sarmukadam Signed-off-by: John W. Linville --- Reading git-diff-tree failed