Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 0/3] wl12xx: improve firmware transfer efficiency
@ 2011-11-03  6:44 Luciano Coelho
  2011-11-03  6:44 ` [PATCH 1/3] wl12xx: change blocksize alignment quirk to negative Luciano Coelho
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Luciano Coelho @ 2011-11-03  6:44 UTC (permalink / raw)
  To: coelho; +Cc: linux-wireless

Hello,

These patches increase the FW upload efficiency by using multiple SDIO
blocks in a single write.  After a lot of measurements, studies and
discussions, I came to the conclusion that 16K chunks is the optimal
size to use.  This reduces the upload time by a factor of 0.43 on
wl127x and by a factor of 0.17 on wl128x.  In absolute numbers this
means 75ms and 179ms respectively.

The first patch changes the semantics and name of the blocksize
alignment quirk to negative, to simplify the code in the next two
patches.

Cheers,
Luca.

Luciano Coelho (3):
  wl12xx: change blocksize alignment quirk to negative
  wl12xx: use the same SDIO block size for all different chips
  wl12xx: increase firmware upload chunk size

 drivers/net/wireless/wl12xx/init.c   |    2 +-
 drivers/net/wireless/wl12xx/main.c   |   18 ++++++++++++++----
 drivers/net/wireless/wl12xx/reg.h    |    2 +-
 drivers/net/wireless/wl12xx/tx.c     |    6 +++---
 drivers/net/wireless/wl12xx/wl12xx.h |    4 ++--
 5 files changed, 21 insertions(+), 11 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2011-11-08 14:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03  6:44 [PATCH 0/3] wl12xx: improve firmware transfer efficiency Luciano Coelho
2011-11-03  6:44 ` [PATCH 1/3] wl12xx: change blocksize alignment quirk to negative Luciano Coelho
2011-11-03  6:44 ` [PATCH 2/3] wl12xx: use the same SDIO block size for all different chips Luciano Coelho
2011-11-03  6:44 ` [PATCH 3/3] wl12xx: increase firmware upload chunk size Luciano Coelho
2011-11-08 14:13 ` [PATCH 0/3] wl12xx: improve firmware transfer efficiency Luciano Coelho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox