projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5803c12
)
ath6kl: Use debug instead of error message when disabled
author
Kyle Roeschley
<kyle.roeschley@ni.com>
Wed, 5 Dec 2018 07:43:16 +0000
(09:43 +0200)
committer
Kalle 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath6kl/cfg80211.c
b/drivers/net/wireless/ath/ath6kl/cfg80211.c
index d7c626d9594e153f8777427a21c24fb34fc48d2c..59dd50866932a8c80b1679cf8b5ccfa4a420a840 100644
(file)
--- a/
drivers/net/wireless/ath/ath6kl/cfg80211.c
+++ b/
drivers/net/wireless/ath/ath6kl/cfg80211.c
@@
-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;
}