mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
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>
This commit is contained in:
parent
93ac8488a2
commit
9d8146d4e1
@ -333,11 +333,11 @@ static struct wlcore_conf wl12xx_conf = {
|
||||
.always = 0,
|
||||
},
|
||||
.fwlog = {
|
||||
.mode = WL12XX_FWLOG_ON_DEMAND,
|
||||
.mode = WL12XX_FWLOG_CONTINUOUS,
|
||||
.mem_blocks = 2,
|
||||
.severity = 0,
|
||||
.timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
|
||||
.output = WL12XX_FWLOG_OUTPUT_HOST,
|
||||
.output = WL12XX_FWLOG_OUTPUT_DBG_PINS,
|
||||
.threshold = 0,
|
||||
},
|
||||
.rate = {
|
||||
|
@ -456,11 +456,11 @@ static struct wlcore_conf wl18xx_conf = {
|
||||
.always = 0,
|
||||
},
|
||||
.fwlog = {
|
||||
.mode = WL12XX_FWLOG_ON_DEMAND,
|
||||
.mode = WL12XX_FWLOG_CONTINUOUS,
|
||||
.mem_blocks = 2,
|
||||
.severity = 0,
|
||||
.timestamp = WL12XX_FWLOG_TIMESTAMP_DISABLED,
|
||||
.output = WL12XX_FWLOG_OUTPUT_HOST,
|
||||
.output = WL12XX_FWLOG_OUTPUT_DBG_PINS,
|
||||
.threshold = 0,
|
||||
},
|
||||
.rate = {
|
||||
|
Loading…
Reference in New Issue
Block a user