]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
ath6kl: Use debug instead of error message when disabled
authorKyle Roeschley <kyle.roeschley@ni.com>
Wed, 5 Dec 2018 07:43:16 +0000 (09:43 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 20 Dec 2018 07:30:48 +0000 (09:30 +0200)
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>
drivers/net/wireless/ath/ath6kl/cfg80211.c

index d7c626d9594e153f8777427a21c24fb34fc48d2c..59dd50866932a8c80b1679cf8b5ccfa4a420a840 100644 (file)
@@ -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;
        }