All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: ath 20140717
@ 2014-07-17 15:54 ` Kalle Valo
  0 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2014-07-17 15:54 UTC (permalink / raw)
  To: John W. Linville; +Cc: ath6kl, linux-wireless, ath10k

Hi John,

here's new pull request for 3.17. Major changes are:

For ath6kl me and Jessica added support for ar6004 hw3.0, our latest
version of ar6004.

For ath10k Janusz added a printout so that it's easier to check what
ath10k kconfig options are enabled. He also added a debugfs file to
configure maximum amsdu and ampdu values. Also we had few fixes as
usual.

Please let me know if there are any problems.

Kalle

The following changes since commit a715c7ddd65a1a3b2839b8ebd759bb2d361f7675:

  wil6210: improve debug for WMI receive (2014-05-30 13:49:34 -0400)

are available in the git repository at:

  git://github.com/kvalo/ath.git tags/for-linville-20140717

for you to fetch changes up to 993619443774f7ef4df3b98655df4c3bf298548c:

  ath10k: sanitize tx ring index access properly (2014-07-15 11:19:45 +0300)

----------------------------------------------------------------
Frederic Danis (1):
      ath6kl: Fix ath6kl_bmi_read_hi32 macro

Janusz Dziedzic (2):
      ath10k: print Kconfig options
      ath10k: add implementation for configure max amsdu, ampdu

Jessica Wu (3):
      ath6kl: implement rx flush for htc pipe
      ath6kl: add support wmi rate tables with mcs15
      ath6kl: add support for ar6004 hw3.0

Kalle Valo (3):
      ath10k: remove unused len variables from wmi process rx functions
      ath6kl: convert ar6004 hardware flags to firmware feature flags
      ath6kl: don't set hi_refclk_hz if hardware version doesn't need it

Michal Kazior (3):
      ath10k: fix unregister deadlock when fw probe fails
      ath10k: fix bmi exchange tx/rx race
      ath10k: sanitize tx ring index access properly

 drivers/net/wireless/ath/ath10k/ce.c       |   11 ++--
 drivers/net/wireless/ath/ath10k/core.c     |   12 +++-
 drivers/net/wireless/ath/ath10k/core.h     |    3 +
 drivers/net/wireless/ath/ath10k/debug.c    |   73 ++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/htt.h      |   13 ++--
 drivers/net/wireless/ath/ath10k/htt_tx.c   |   46 ++++++++++++++
 drivers/net/wireless/ath/ath10k/pci.c      |   11 +---
 drivers/net/wireless/ath/ath10k/pci.h      |    3 +-
 drivers/net/wireless/ath/ath10k/wmi.c      |    6 --
 drivers/net/wireless/ath/ath6kl/bmi.h      |    3 +-
 drivers/net/wireless/ath/ath6kl/cfg80211.c |    6 +-
 drivers/net/wireless/ath/ath6kl/core.c     |   16 +++++
 drivers/net/wireless/ath/ath6kl/core.h     |   36 +++++++++--
 drivers/net/wireless/ath/ath6kl/htc_pipe.c |   32 +++++++++-
 drivers/net/wireless/ath/ath6kl/init.c     |   90 ++++++++++++++++++++++------
 drivers/net/wireless/ath/ath6kl/main.c     |   17 ++++--
 drivers/net/wireless/ath/ath6kl/usb.c      |    7 ++-
 drivers/net/wireless/ath/ath6kl/wmi.c      |   72 ++++++++++++++++++++--
 drivers/net/wireless/ath/ath6kl/wmi.h      |    2 +-
 19 files changed, 388 insertions(+), 71 deletions(-)

-- 
Kalle Valo

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2014-07-18 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-17 15:54 Pull request: ath 20140717 Kalle Valo
2014-07-17 15:54 ` Kalle Valo
2014-07-18 17:45 ` John W. Linville
2014-07-18 17:45   ` John W. Linville

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.