mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
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: Kyle Roeschley <kyle.roeschley@ni.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
5803c12816
commit
192a986d96
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user