All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rsi: RX path improvements
@ 2018-02-28  7:38 Amitkumar Karwar
  2018-02-28  7:38 ` [PATCH 1/3] rsi: improve RX handling in SDIO interface Amitkumar Karwar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Amitkumar Karwar @ 2018-02-28  7:38 UTC (permalink / raw)
  To: Kalle Valo; +Cc: linux-wireless, Amitkumar Karwar, Siva Rebbagondla

From: Amitkumar Karwar <amit.karwar@redpinesignals.com>

This patch series adds a thread for Rx handling and other related
enhancements for better throughput.

Prameela Rani Garnepudi (3):
  rsi: improve RX handling in SDIO interface
  rsi: use dynamic RX control blocks instead of MAX_RX_URB
  rsi: improve RX packet handling in USB interface

 drivers/net/wireless/rsi/rsi_91x_sdio.c     |  45 +++++++---
 drivers/net/wireless/rsi/rsi_91x_sdio_ops.c |  64 ++++++++++++---
 drivers/net/wireless/rsi/rsi_91x_usb.c      | 122 ++++++++++++++++------------
 drivers/net/wireless/rsi/rsi_91x_usb_ops.c  |  34 +++-----
 drivers/net/wireless/rsi/rsi_hal.h          |   1 +
 drivers/net/wireless/rsi/rsi_main.h         |   2 +-
 drivers/net/wireless/rsi/rsi_sdio.h         |   8 ++
 drivers/net/wireless/rsi/rsi_usb.h          |   5 +-
 8 files changed, 181 insertions(+), 100 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-13 16:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  7:38 [PATCH 0/3] rsi: RX path improvements Amitkumar Karwar
2018-02-28  7:38 ` [PATCH 1/3] rsi: improve RX handling in SDIO interface Amitkumar Karwar
2018-03-13 15:01   ` Kalle Valo
2018-03-13 16:43   ` [1/3] " Kalle Valo
2018-02-28  7:38 ` [PATCH 2/3] rsi: use dynamic RX control blocks instead of MAX_RX_URB Amitkumar Karwar
2018-02-28  7:38 ` [PATCH 3/3] rsi: improve RX packet handling in USB interface Amitkumar Karwar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.