diff options
author | Ido Reis <idor@ti.com> | 2013-09-09 05:24:37 -0400 |
---|---|---|
committer | Luciano Coelho <luciano.coelho@intel.com> | 2013-10-23 02:47:41 -0400 |
commit | 9d8146d4e1ddb967ac6acff8c820c1ae38dfa2fc (patch) | |
tree | b6f8e69634d166101814f3e985401d1f9c979014 /drivers/net/wireless | |
parent | 93ac8488a24932e2a9a6309c144cf2126082416a (diff) |
wl12xx/wl18xx: update default fw logger's settings
update the fw logger mode to continuous, and output to dbgpins (uart).
Signed-off-by: Ido Reis <idor@ti.com>
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/ti/wl12xx/main.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/ti/wl18xx/main.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/wireless/ti/wl12xx/main.c b/drivers/net/wireless/ti/wl12xx/main.c index 7d88a950383a..d4d15de66e7a 100644 --- a/drivers/net/wireless/ti/wl12xx/main.c +++ b/drivers/net/wireless/ti/wl12xx/main.c | |||
@@ -333,11 +333,11 @@ static struct wlcore_conf wl12xx_conf = { | |||
333 | .always = 0, | 333 | .always = 0, |
334 | }, | 334 | }, |
335 | .fwlog = { | 335 | .fwlog = { |
336 | .mode = WL12XX_FWLOG_ON_DEMAND, | 336 | .mode = WL12XX_FWLOG_CONTINUOUS, |
337 | .mem_blocks = 2, | 337 | .mem_blocks = 2, |
338 | .severity = 0, | 338 | .severity = 0, |
339 | .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, | 339 | .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, |
340 | .output = WL12XX_FWLOG_OUTPUT_HOST, | 340 | .output = WL12XX_FWLOG_OUTPUT_DBG_PINS, |
341 | .threshold = 0, | 341 | .threshold = 0, |
342 | }, | 342 | }, |
343 | .rate = { | 343 | .rate = { |
diff --git a/drivers/net/wireless/ti/wl18xx/main.c b/drivers/net/wireless/ti/wl18xx/main.c index 3804a554ecf0..447387512dde 100644 --- a/drivers/net/wireless/ti/wl18xx/main.c +++ b/drivers/net/wireless/ti/wl18xx/main.c | |||
@@ -456,11 +456,11 @@ static struct wlcore_conf wl18xx_conf = { | |||
456 | .always = 0, | 456 | .always = 0, |
457 | }, | 457 | }, |
458 | .fwlog = { | 458 | .fwlog = { |
459 | .mode = WL12XX_FWLOG_ON_DEMAND, | 459 | .mode = WL12XX_FWLOG_CONTINUOUS, |
460 | .mem_blocks = 2, | 460 | .mem_blocks = 2, |
461 | .severity = 0, | 461 | .severity = 0, |
462 | .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, | 462 | .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, |
463 | .output = WL12XX_FWLOG_OUTPUT_HOST, | 463 | .output = WL12XX_FWLOG_OUTPUT_DBG_PINS, |
464 | .threshold = 0, | 464 | .threshold = 0, |
465 | }, | 465 | }, |
466 | .rate = { | 466 | .rate = { |