]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
mwl8k: interrupt handling changes
authorNishant Sarmukadam <nishants@marvell.com>
Fri, 8 Apr 2011 09:08:27 +0000 (14:38 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 13 Apr 2011 19:19:08 +0000 (15:19 -0400)
commit12488e01fb2b06bb3f6ee137efc88e29d827817e
tree67e570b5c0375f0b6e178e4e75595d8777a03c5f
parent8962d87129ec0a820d17ac44cbf3f51010ad8db8
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>
drivers/net/wireless/mwl8k.c