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)
commitbd1a4ac556dfbcd57c6091cc06aaf68684393bae
tree023506c7061f4db77e49c9a29091dbe3ef6dc510
parentc709df58832c5f575f0255bea4b09ad477fc62ea
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