|
@@ -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 = {
|