commit | 12488e01fb2b06bb3f6ee137efc88e29d827817e | [log] [tgz] |
---|---|---|
author | Nishant Sarmukadam <nishants@marvell.com> | Fri Apr 08 14:38:27 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 13 15:19:08 2011 -0400 |
tree | 67e570b5c0375f0b6e178e4e75595d8777a03c5f | |
parent | 8962d87129ec0a820d17ac44cbf3f51010ad8db8 [diff] |
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 <nishants@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>