All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] mwifiex: throughput enhancements for TX
@ 2015-02-25 16:50 Avinash Patil
  2015-02-25 16:50 ` [PATCH 1/4] mwifiex: avoid queue_work while work is ongoing Avinash Patil
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Avinash Patil @ 2015-02-25 16:50 UTC (permalink / raw)
  To: linux-wireless; +Cc: akarwar, cluo, liuzy, szli, Avinash Patil

This patch series includes patches which improve TX throughputs.

Marc Yang (1):
  mwifiex: avoid queue_work while work is ongoing

Zhaoyang Liu (3):
  mwifiex: get rid of BA setup helper functions
  mwifiex: remove_bss_prio_lock
  mwifiex: preprocess packets from TX queue

 drivers/net/wireless/mwifiex/11n.c           |  18 +++-
 drivers/net/wireless/mwifiex/11n.h           |  32 -------
 drivers/net/wireless/mwifiex/11n_aggr.c      |  14 ++-
 drivers/net/wireless/mwifiex/11n_rxreorder.c |   7 +-
 drivers/net/wireless/mwifiex/cfg80211.c      |  33 +++++++
 drivers/net/wireless/mwifiex/decl.h          |   2 +
 drivers/net/wireless/mwifiex/init.c          |   5 ++
 drivers/net/wireless/mwifiex/main.c          |  71 ++++++++++++---
 drivers/net/wireless/mwifiex/main.h          |  21 +++--
 drivers/net/wireless/mwifiex/pcie.c          |   2 +-
 drivers/net/wireless/mwifiex/txrx.c          | 126 +++++++++++++++++++++++++++
 drivers/net/wireless/mwifiex/usb.c           |   4 +-
 drivers/net/wireless/mwifiex/wmm.c           |  49 ++++++-----
 drivers/net/wireless/mwifiex/wmm.h           |   2 +
 14 files changed, 305 insertions(+), 81 deletions(-)

-- 
1.8.1.4


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

end of thread, other threads:[~2015-03-05 11:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 16:50 [PATCH 0/4] mwifiex: throughput enhancements for TX Avinash Patil
2015-02-25 16:50 ` [PATCH 1/4] mwifiex: avoid queue_work while work is ongoing Avinash Patil
2015-03-03 12:37   ` Kalle Valo
2015-03-05  6:38     ` Avinash Patil
2015-03-05 11:33       ` Kalle Valo
2015-03-05 11:39         ` Avinash Patil
2015-03-05 11:54           ` Kalle Valo
2015-02-25 16:50 ` [PATCH 2/4] mwifiex: get rid of BA setup helper functions Avinash Patil
2015-02-25 16:50 ` [PATCH 3/4] mwifiex: remove_bss_prio_lock Avinash Patil
2015-03-03 12:39   ` Kalle Valo
2015-02-25 16:50 ` [PATCH 4/4] mwifiex: preprocess packets from TX queue Avinash Patil

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.