All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Fix high CPU usage in AP-mode
@ 2011-02-12 18:43 Jussi Kivilinna
  2011-02-12 18:43 ` [PATCH 1/4] zd1211rw: correct use of usb_bulk_msg on interrupt endpoints Jussi Kivilinna
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jussi Kivilinna @ 2011-02-12 18:43 UTC (permalink / raw)
  To: linux-wireless; +Cc: Daniel Drake, John W. Linville, Ulrich Kunitz

Series fix high CPU usage noticed in AP-mode. On Intel Atom AP-mode with
100 TU beacon interval was causing CPU usage of ~10%. With these patches 
CPU usage goes down to ~2%.

---

Jussi Kivilinna (4):
      zd1211rw: correct use of usb_bulk_msg on interrupt endpoints
      zd1211rw: use async urb for write command
      zd1211rw: move async iowrite16v up to callers
      zd1211rw: add unlikely to ZD_ASSERT


 drivers/net/wireless/zd1211rw/zd_chip.c |   35 +++++-
 drivers/net/wireless/zd1211rw/zd_def.h  |    2 
 drivers/net/wireless/zd1211rw/zd_usb.c  |  177 +++++++++++++++++++++++++------
 drivers/net/wireless/zd1211rw/zd_usb.h  |    9 +-
 4 files changed, 182 insertions(+), 41 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread
[parent not found: <795206.47027.qm@web161610.mail.bf1.yahoo.com>]

end of thread, other threads:[~2011-03-29 15:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-12 18:43 [PATCH 0/4] Fix high CPU usage in AP-mode Jussi Kivilinna
2011-02-12 18:43 ` [PATCH 1/4] zd1211rw: correct use of usb_bulk_msg on interrupt endpoints Jussi Kivilinna
2011-02-12 18:43 ` [PATCH 2/4] zd1211rw: use async urb for write command Jussi Kivilinna
2011-02-12 18:43 ` [PATCH 3/4] zd1211rw: move async iowrite16v up to callers Jussi Kivilinna
2011-02-12 18:43 ` [PATCH 4/4] zd1211rw: add unlikely to ZD_ASSERT Jussi Kivilinna
     [not found] <795206.47027.qm@web161610.mail.bf1.yahoo.com>
2011-03-29 15:03 ` [PATCH 2/4] zd1211rw: use async urb for write command Jussi Kivilinna

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.