diff options
author | Arik Nemtsov <arik@wizery.com> | 2012-05-15 16:46:58 +0300 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-06-05 20:24:31 +0300 |
commit | 5a344b87ce1f27dade9f320aeb08ba7401d8c984 (patch) | |
tree | e5871b014181f07f7566640e054b78e8717952e4 | |
parent | 0c2129843502833c6e4117db8f312b625a23ef15 (diff) |
wlcore: remove duplicate BUG_ON during recovery
This BUG_ON also ignored the INTENDED_FW_RECOVERY flag. This would
result in a BUG() when using the bug_on_recovery module parameter during
multi-role.
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
-rw-r--r-- | drivers/net/wireless/ti/wlcore/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index b0607f6e4e4e..414fde41072c 100644 --- a/drivers/net/wireless/ti/wlcore/main.c +++ b/drivers/net/wireless/ti/wlcore/main.c @@ -852,8 +852,6 @@ static void wl1271_recovery_work(struct work_struct *work) goto out_unlock; } - BUG_ON(bug_on_recovery); - /* * Advance security sequence number to overcome potential progress * in the firmware during recovery. This doens't hurt if the network is |