carl9170 firmware: downgrade MAC reset error level
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 13 Aug 2010 19:41:50 +0000 (21:41 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Fri, 13 Aug 2010 19:41:50 +0000 (21:41 +0200)
Currently, MAC resets are the major cause of sudden death
situations. By downgrading the message to just an
"information" the reset logic in the driver no longer
assumes that a serious, fatal event occured and won't
shutdown prematurely.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/src/wlan.c

index 9ef0ad8b1991cad358071c2b0946c47d31563381..dc37a9f47586001cc5624b9f12ec50f9fdefec62 100644 (file)
@@ -937,7 +937,7 @@ static void wlan_mac_reset(void)
        uint32_t rx_BB;
 #endif /* CONFIG_CARL9170FW_RADIO_FUNCTIONS */
 
-       ERR("MAC RESET");
+       INFO("MAC RESET");
 
        /* Save aggregation parameters */
        agg_wait_counter = get(AR9170_MAC_REG_AMPDU_FACTOR);