]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/backports-4.2.6-1_ath10k_remove_logspam.patch
python3-msgpack: Fix build on i586
[people/pmueller/ipfire-2.x.git] / src / patches / backports-4.2.6-1_ath10k_remove_logspam.patch
1 diff -Naur backports-4.2.6-1.org/drivers/net/wireless/ath/ath10k/htt_rx.c backports-4.2.6-1/drivers/net/wireless/ath/ath10k/htt_rx.c
2 --- backports-4.2.6-1.org/drivers/net/wireless/ath/ath10k/htt_rx.c 2015-11-15 22:19:40.000000000 +0100
3 +++ backports-4.2.6-1/drivers/net/wireless/ath/ath10k/htt_rx.c 2016-03-26 10:48:17.189430101 +0100
4 @@ -1476,7 +1476,7 @@
5 */
6
7 if (!rx_status->freq) {
8 - ath10k_warn(ar, "no channel configured; ignoring frame(s)!\n");
9 + ath10k_dbg(ar,ATH10K_DBG_DATA ,"no channel configured; ignoring frame(s)!\n");
10 return false;
11 }
12