commit | bf3ca7f752d8f5009c9a83db56035566f3e313de | [log] [tgz] |
---|---|---|
author | Brian Cavagnolo <brian@cozybit.com> | Wed Apr 06 14:18:46 2011 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Apr 07 14:40:13 2011 -0400 |
tree | 21b38b1a8705c7006dbc754d662e9c282eb386f2 | |
parent | 2845fd858c55c8a05674a071384a12a19cc17dbf [diff] |
mwl8k: do not free unrequested irq When the mwl8k driver attempts and fails to switch from sta to ap firmware (or vice-versa) in the mwl8k_add_interface routine, the mwl8k_stop routine will be called. This routine must not attempt to free the irq if it was not requested. Signed-off-by: Brian Cavagnolo <brian@cozybit.com> Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>