mwifiex: Suppress -ENOSR error for data traffic on USB
authorAmitkumar Karwar <akarwar@marvell.com>
Fri, 18 Sep 2015 13:32:12 +0000 (06:32 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Tue, 29 Sep 2015 07:47:40 +0000 (10:47 +0300)
commit17090beec26ea5bd064c67e2707151722d9d88d6
tree0c842463cdd7c24ad8351536b991bfa53244cd2b
parent70c5ad7e20c1426d14f6e722da0972b2c9163db7
mwifiex: Suppress -ENOSR error for data traffic on USB

We have preallocated buffer pool for Tx data. During high
data traffic, all buffers are submitted to USB and driver needs
to wait until one of the buffers get available for next Tx
packet.

"data: -ENOSR is returned" errors is expected in this case. Let's
lower the priority of this message.

Signed-off-by: Amitkumar Karwar <akarwar@marvell.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/mwifiex/txrx.c