]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: Move non-fatal warn logs to dbg level for SDIO chip
authorWen Gong <wgong@codeaurora.org>
Wed, 26 Jun 2019 02:29:35 +0000 (10:29 +0800)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 28 Jun 2019 19:11:54 +0000 (22:11 +0300)
commit82db28f32da7375b1373ed79bb0100007f55a99e
tree023506c7061f4db77e49c9a29091dbe3ef6dc510
parent11091efb3c850e7b10dffba4d9aa1de51840cd8d
ath10k: Move non-fatal warn logs to dbg level for SDIO chip

ath10k will receive some message with invalid peer id from firmware.
reason is:
There are incoming frames to MAC hardware that NOT find relative
address search table, then peer id is invalid set by MAC hardware,
it is hardware's logic, so fix it in ath10k will be more convenient.

log:
ath10k_sdio mmc1:0001:1: Got RX ind from invalid peer: 65535

Tested with QCA6174 SDIO with firmware
WLAN.RMH.4.4.1-00007-QCARMSWP-1.

Signed-off-by: Wen Gong <wgong@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/htt_rx.c