diff options
author | Yair Shapira <yair.shapira@ti.com> | 2012-11-26 11:05:50 -0500 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-12-04 09:36:09 -0500 |
commit | 7230341f254c9bce39e9576362f18b94854bc779 (patch) | |
tree | badca2648dfefefeb9bb0d1f3190b17429878e49 /drivers/net/wireless/ti/wl18xx/main.c | |
parent | c108c90535ae29099de88187a90b8411bc1fe9a1 (diff) |
wlcore/wl18xx/wl12xx: add recovery settings to conf
add support for recovery settings including bug_on_recovery and
no_recovery options.
These options can now be set using wl18xx-conf.bin file and wlconf
tool.
Signed-off-by: Yair Shapira <yair.shapira@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/wl18xx/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 18a01b404ea5..98d034b4530d 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -492,6 +492,10 @@ static struct wlcore_conf wl18xx_conf = { | |||
492 | .increase_time = 1, | 492 | .increase_time = 1, |
493 | .window_size = 16, | 493 | .window_size = 16, |
494 | }, | 494 | }, |
495 | .recovery = { | ||
496 | .bug_on_recovery = 0, | ||
497 | .no_recovery = 0, | ||
498 | }, | ||
495 | }; | 499 | }; |
496 | 500 | ||
497 | static struct wl18xx_priv_conf wl18xx_default_priv_conf = { | 501 | static struct wl18xx_priv_conf wl18xx_default_priv_conf = { |