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:
d1e50f4
)
ath10k: warn on unhandled htt events
author
Michal Kazior
<michal.kazior@tieto.com>
Thu, 2 Oct 2014 11:32:55 +0000
(13:32 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Wed, 8 Oct 2014 10:19:54 +0000
(13:19 +0300)
It makes a lot more sense to print these kinds of
problems as a warning instead of a debug.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt_rx.c
b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 7add88ea0e2e275e54322f9fba8c0101c2fe354c..27b3051d9ffd372333efe6767ea35febc9437daf 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/
drivers/net/wireless/ath/ath10k/htt_rx.c
@@
-1694,8
+1694,8
@@
void ath10k_htt_t2h_msg_handler(struct ath10k *ar, struct sk_buff *skb)
break;
}
default:
- ath10k_
dbg(ar, ATH10K_DBG_HTT
, "htt event (%d) not handled\n",
- resp->hdr.msg_type);
+ ath10k_
warn(ar
, "htt event (%d) not handled\n",
+
resp->hdr.msg_type);
ath10k_dbg_dump(ar, ATH10K_DBG_HTT_DUMP, NULL, "htt event: ",
skb->data, skb->len);
break;