Commit 9d8146d4 authored by Ido Reis's avatar Ido Reis Committed by Luciano Coelho

wl12xx/wl18xx: update default fw logger's settings

update the fw logger mode to continuous, and output to dbgpins (uart).
Signed-off-by: default avatarIdo Reis <idor@ti.com>
Signed-off-by: default avatarEliad Peller <eliad@wizery.com>
Signed-off-by: default avatarLuciano Coelho <luciano.coelho@intel.com>
parent 93ac8488
...@@ -333,11 +333,11 @@ static struct wlcore_conf wl12xx_conf = { ...@@ -333,11 +333,11 @@ static struct wlcore_conf wl12xx_conf = {
.always = 0, .always = 0,
}, },
.fwlog = { .fwlog = {
.mode = WL12XX_FWLOG_ON_DEMAND, .mode = WL12XX_FWLOG_CONTINUOUS,
.mem_blocks = 2, .mem_blocks = 2,
.severity = 0, .severity = 0,
.timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
.output = WL12XX_FWLOG_OUTPUT_HOST, .output = WL12XX_FWLOG_OUTPUT_DBG_PINS,
.threshold = 0, .threshold = 0,
}, },
.rate = { .rate = {
......
...@@ -456,11 +456,11 @@ static struct wlcore_conf wl18xx_conf = { ...@@ -456,11 +456,11 @@ static struct wlcore_conf wl18xx_conf = {
.always = 0, .always = 0,
}, },
.fwlog = { .fwlog = {
.mode = WL12XX_FWLOG_ON_DEMAND, .mode = WL12XX_FWLOG_CONTINUOUS,
.mem_blocks = 2, .mem_blocks = 2,
.severity = 0, .severity = 0,
.timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED, .timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
.output = WL12XX_FWLOG_OUTPUT_HOST, .output = WL12XX_FWLOG_OUTPUT_DBG_PINS,
.threshold = 0, .threshold = 0,
}, },
.rate = { .rate = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment