|
@@ -1110,7 +1110,8 @@ static int ath10k_monitor_recalc(struct ath10k *ar)
|
|
|
|
|
|
ret = ath10k_monitor_stop(ar);
|
|
ret = ath10k_monitor_stop(ar);
|
|
if (ret)
|
|
if (ret)
|
|
- ath10k_warn(ar, "failed to stop disallowed monitor: %d\n", ret);
|
|
|
|
|
|
+ ath10k_warn(ar, "failed to stop disallowed monitor: %d\n",
|
|
|
|
+ ret);
|
|
/* not serious */
|
|
/* not serious */
|
|
}
|
|
}
|
|
|
|
|