wl12xx/wl18xx: update default fw logger's settings
authorIdo Reis <idor@ti.com>
Mon, 9 Sep 2013 09:24:37 +0000 (12:24 +0300)
committerLuciano Coelho <luciano.coelho@intel.com>
Wed, 23 Oct 2013 06:47:41 +0000 (09:47 +0300)
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>
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wl18xx/main.c

index 7d88a950383a85e4702a27f00c83ab664e0e5d30..d4d15de66e7a32e75792f6bdaf85eee491fca272 100644 (file)
@@ -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 = {
index 3804a554ecf044bdb968963d8b72c659389a7cce..447387512ddef7904e761a0b5ab04c7e42149ddd 100644 (file)
@@ -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 = {