Linux wireless drivers development
 help / color / mirror / Atom feed
From: Maya Erez <qca_merez@qca.qualcomm.com>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: Maya Erez <qca_merez@qca.qualcomm.com>,
	linux-wireless@vger.kernel.org, wil6210@qca.qualcomm.com
Subject: [PATCH v3 00/12] wil6210 patches
Date: Tue, 14 Nov 2017 15:25:32 +0200	[thread overview]
Message-ID: <1510665944-30198-1-git-send-email-qca_merez@qca.qualcomm.com> (raw)

Changes from v2:
- Additional fixes to "wil6210: run-time PM when interface down"

Changes from v1:
- Fix static buffer allocation in "wil6210: update statistics for suspend"
- Fix kbuild bot error on "wil6210: run-time PM when interface down"

The following patches include:
- Bug fixes
- run-time PM when interface down

Dedy Lansky (1):
  wil6210: print human readable names of WMI commands and events

Hamad Kadmany (1):
  wil6210: abort properly in cfg suspend

Lazar Alexei (5):
  wil6210: run-time PM when interface down
  wil6210: get suspend reject reason and resume triggers from FW
  wil6210: fix PCIe bus mastering in case of interface down
  wil6210: remove suspend time statistics
  wil6210: update statistics for suspend

Lior David (5):
  wil6210: refresh FW capabilities during interface up
  wil6210: fix length check in __wmi_send
  wil6210: add block size checks during FW load
  wil6210: missing length check in wmi_set_ie
  wil6210: missing length check in wil_cfg80211_mgmt_tx

 drivers/net/wireless/ath/wil6210/cfg80211.c  |  17 +-
 drivers/net/wireless/ath/wil6210/debugfs.c   | 150 ++++++++++---
 drivers/net/wireless/ath/wil6210/ethtool.c   |  15 ++
 drivers/net/wireless/ath/wil6210/fw_inc.c    |  79 ++++---
 drivers/net/wireless/ath/wil6210/interrupt.c |  22 +-
 drivers/net/wireless/ath/wil6210/main.c      |  26 ++-
 drivers/net/wireless/ath/wil6210/netdev.c    |  18 +-
 drivers/net/wireless/ath/wil6210/pcie_bus.c  |  97 ++++++---
 drivers/net/wireless/ath/wil6210/pm.c        | 104 ++++++---
 drivers/net/wireless/ath/wil6210/wil6210.h   |  40 ++--
 drivers/net/wireless/ath/wil6210/wmi.c       | 304 ++++++++++++++++++++++++++-
 drivers/net/wireless/ath/wil6210/wmi.h       |  17 +-
 12 files changed, 724 insertions(+), 165 deletions(-)

-- 
1.9.1

             reply	other threads:[~2017-11-14 13:25 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-14 13:25 Maya Erez [this message]
2017-11-14 13:25 ` [PATCH v3 01/12] wil6210: run-time PM when interface down Maya Erez
2017-12-02 14:23   ` [v3,01/12] " Kalle Valo
2017-11-14 13:25 ` [PATCH v3 02/12] wil6210: print human readable names of WMI commands and events Maya Erez
2017-11-14 13:25 ` [PATCH v3 03/12] wil6210: refresh FW capabilities during interface up Maya Erez
2017-11-14 13:25 ` [PATCH v3 04/12] wil6210: abort properly in cfg suspend Maya Erez
2017-11-14 13:25 ` [PATCH v3 05/12] wil6210: fix length check in __wmi_send Maya Erez
2017-11-14 13:25 ` [PATCH v3 06/12] wil6210: add block size checks during FW load Maya Erez
2017-11-14 13:25 ` [PATCH v3 07/12] wil6210: missing length check in wmi_set_ie Maya Erez
2017-11-14 13:25 ` [PATCH v3 08/12] wil6210: missing length check in wil_cfg80211_mgmt_tx Maya Erez
2017-11-14 13:25 ` [PATCH v3 09/12] wil6210: get suspend reject reason and resume triggers from FW Maya Erez
2017-11-14 13:25 ` [PATCH v3 10/12] wil6210: fix PCIe bus mastering in case of interface down Maya Erez
2017-11-14 13:25 ` [PATCH v3 11/12] wil6210: remove suspend time statistics Maya Erez
2017-11-14 13:25 ` [PATCH v3 12/12] wil6210: update statistics for suspend Maya Erez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1510665944-30198-1-git-send-email-qca_merez@qca.qualcomm.com \
    --to=qca_merez@qca.qualcomm.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=wil6210@qca.qualcomm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox