Commit 192a986d authored by Kyle Roeschley's avatar Kyle Roeschley Committed by Kalle Valo
Browse files

ath6kl: Use debug instead of error message when disabled



This is not an unexpected condition, so we don't need to be shouting to the
world about it.

Signed-off-by: default avatarKyle Roeschley <kyle.roeschley@ni.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 5803c128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ static bool ath6kl_cfg80211_ready(struct ath6kl_vif *vif)
	}

	if (!test_bit(WLAN_ENABLED, &vif->flags)) {
		ath6kl_err("wlan disabled\n");
		ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "wlan disabled\n");
		return false;
	}