All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] wil6210 patches
@ 2014-04-08  8:36 Vladimir Kondratiev
  2014-04-08  8:36 ` [PATCH 1/5] wil6210: Convert to Kbuild Vladimir Kondratiev
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Vladimir Kondratiev @ 2014-04-08  8:36 UTC (permalink / raw)
  To: John W . Linville; +Cc: Vladimir Kondratiev, linux-wireless, wil6210

Few more patches.
Patches 4 and 5 are significant:
- relaxed check for BACK start sequence
  it fixes connectivity problem caused by firmware's funny
  implementation of block ack
- Use larger Tx rings
  boosts throughput

Vladimir Kondratiev (5):
  wil6210: Convert to Kbuild
  wil6210: fix printouts for better readability
  wil6210: sync with the latest FW API
  wil6210: relaxed check for BACK start sequence
  wil6210: Use larger Tx rings

 drivers/net/wireless/ath/wil6210/Kbuild       | 18 ++++++++++
 drivers/net/wireless/ath/wil6210/Makefile     | 18 ----------
 drivers/net/wireless/ath/wil6210/interrupt.c  |  2 +-
 drivers/net/wireless/ath/wil6210/main.c       |  4 +--
 drivers/net/wireless/ath/wil6210/pcie_bus.c   |  2 --
 drivers/net/wireless/ath/wil6210/rx_reorder.c | 17 +++++++++
 drivers/net/wireless/ath/wil6210/wil6210.h    |  3 +-
 drivers/net/wireless/ath/wil6210/wmi.c        | 11 +++---
 drivers/net/wireless/ath/wil6210/wmi.h        | 50 +++++++++++++++++----------
 9 files changed, 77 insertions(+), 48 deletions(-)
 create mode 100644 drivers/net/wireless/ath/wil6210/Kbuild
 delete mode 100644 drivers/net/wireless/ath/wil6210/Makefile

-- 
1.8.3.2


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

end of thread, other threads:[~2014-04-10 12:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  8:36 [PATCH 0/5] wil6210 patches Vladimir Kondratiev
2014-04-08  8:36 ` [PATCH 1/5] wil6210: Convert to Kbuild Vladimir Kondratiev
2014-04-08 16:14   ` Joe Perches
2014-04-09 14:08     ` Vladimir Kondratiev
2014-04-09 16:06       ` Joe Perches
2014-04-10  8:22         ` Michal Marek
2014-04-10 10:23           ` Vladimir Kondratiev
2014-04-10 11:06             ` Michal Marek
2014-04-10 12:37               ` Vladimir Kondratiev
2014-04-10 11:14             ` Johannes Berg
2014-04-08  8:36 ` [PATCH 2/5] wil6210: fix printouts for better readability Vladimir Kondratiev
2014-04-08  8:36 ` [PATCH 3/5] wil6210: sync with the latest FW API Vladimir Kondratiev
2014-04-08  8:36 ` [PATCH 4/5] wil6210: relaxed check for BACK start sequence Vladimir Kondratiev
2014-04-08  8:36 ` [PATCH 5/5] wil6210: Use larger Tx rings Vladimir Kondratiev

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.