diff options
author | Eliad Peller <eliad@wizery.com> | 2012-03-04 09:55:54 +0100 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-03-05 14:45:26 +0100 |
commit | e9ba7152c1f5babd6ad9ad45619e0a10b4c08554 (patch) | |
tree | 379a478f07f17c0ae2fe3057756825df8e2d671b /drivers/net/wireless/wl12xx/wl12xx.h | |
parent | wl12xx: configure the correct beacon_interval (diff) | |
download | linux-e9ba7152c1f5babd6ad9ad45619e0a10b4c08554.tar.xz linux-e9ba7152c1f5babd6ad9ad45619e0a10b4c08554.zip |
wl12xx: avoid bug_on_recovery during fw switch
Add a flag to indicate we initiated a recovery work
on purpose, in order to avoid triggering BUG() (when
the bug_on_recovery module param was set).
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/wl12xx.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/wl12xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/wl12xx/wl12xx.h b/drivers/net/wireless/wl12xx/wl12xx.h index b26b1be9a98b..6e13a3073e9f 100644 --- a/drivers/net/wireless/wl12xx/wl12xx.h +++ b/drivers/net/wireless/wl12xx/wl12xx.h @@ -260,6 +260,7 @@ enum wl12xx_flags { WL1271_FLAG_SOFT_GEMINI, WL1271_FLAG_RECOVERY_IN_PROGRESS, WL1271_FLAG_VIF_CHANGE_IN_PROGRESS, + WL1271_FLAG_INTENDED_FW_RECOVERY, }; enum wl12xx_vif_flags { |