From: Kalle Valo <kvalo@qca.qualcomm.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: ath6kl-devel@qca.qualcomm.com, linux-wireless@vger.kernel.org,
ath10k@lists.infradead.org
Subject: Re: Pull request: ath 20130930
Date: Tue, 24 Sep 2013 10:33:40 +0300 [thread overview]
Message-ID: <871u4ebrmz.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <87wqmyz5i9.fsf@kamboji.qca.qualcomm.com> (Kalle Valo's message of "Tue, 03 Sep 2013 11:14:22 +0300")
Hi John,
when you start merging again please consider taking this pull request
which I sent too late last time. It should be still valid.
I have more patches queued up during the merge window, but I'm planning
to send them after you have pulled this. But if you prefer to have
everything in one go, I can do that as well.
Kalle
Kalle Valo <kvalo@qca.qualcomm.com> writes:
> Hi John,
>
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
>
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.
>
> The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:
>
> ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)
>
> are available in the git repository at:
>
> git://github.com/kvalo/ath.git for-linville
>
> for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:
>
> ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)
>
> ----------------------------------------------------------------
> Bartosz Markowski (2):
> ath10k: Remove qca98xx hw1.0 support
> ath10k: update supported FW build version
>
> Janusz Dziedzic (2):
> ath10k: setup peer UAPSD flag correctly
> ath10k: check allocation errors in CE
>
> Kalle Valo (10):
> ath10k: remove un ar_pci->cacheline_sz field
> ath10k: pci: make host_ce_config_wlan[] more readable
> ath10k: make target_ce_config_wlan more readable
> ath10k: remove void pointer from struct ath10k_pci_compl
> ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
> ath10k: clean up ath10k_ce_completed_send_next_nolock()
> ath10k: convert ath10k_pci_wake() to return
> ath10k: simplify ath10k_ce_init() wake up handling
> ath10k: check chip id from the soc register during probe
> ath10k: add chip_id file to debugfs
>
> Marek Puzyniak (1):
> ath10k: fix WEP in AP and IBSS mode
>
> Michal Kazior (15):
> ath10k: clean up monitor start code
> ath10k: use sizeof(*var) in kmalloc
> ath10k: clean up PCI completion states
> ath10k: print errcode when CE ring setup fails
> ath10k: fix HTT service setup
> ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
> ath10k: plug possible memory leak in WMI
> ath10k: add support for firmware newer than 636
> ath10k: add support for HTT 3.0
> ath10k: use inline ce_state structure
> ath10k: remove ce_op_state
> ath10k: remove unused ce_attr parameters
> ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
> ath10k: rename ce_state to ath10k_ce_pipe
> ath10k: rename ce_ring_state to ath10k_ce_ring
>
> Mohammed Shafi Shajakhan (1):
> ath10k: Fix mutex unlock balance
>
> drivers/net/wireless/ath/ath10k/ce.c | 291 +++++++++++++-------------
> drivers/net/wireless/ath/ath10k/ce.h | 74 +++----
> drivers/net/wireless/ath/ath10k/core.c | 46 +++--
> drivers/net/wireless/ath/ath10k/core.h | 13 +-
> drivers/net/wireless/ath/ath10k/debug.c | 23 ++-
> drivers/net/wireless/ath/ath10k/htc.c | 8 +-
> drivers/net/wireless/ath/ath10k/htt.c | 19 +-
> drivers/net/wireless/ath/ath10k/htt.h | 6 +-
> drivers/net/wireless/ath/ath10k/htt_rx.c | 12 +-
> drivers/net/wireless/ath/ath10k/htt_tx.c | 74 +++++--
> drivers/net/wireless/ath/ath10k/hw.h | 19 +-
> drivers/net/wireless/ath/ath10k/mac.c | 22 +-
> drivers/net/wireless/ath/ath10k/pci.c | 325 ++++++++++++++++++++----------
> drivers/net/wireless/ath/ath10k/pci.h | 73 +++----
> drivers/net/wireless/ath/ath10k/wmi.c | 33 ++-
> drivers/net/wireless/ath/ath10k/wmi.h | 16 +-
> 16 files changed, 626 insertions(+), 428 deletions(-)
--
Kalle Valo
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@qca.qualcomm.com>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: <linux-wireless@vger.kernel.org>, <ath10k@lists.infradead.org>,
<ath6kl-devel@qca.qualcomm.com>
Subject: Re: Pull request: ath 20130930
Date: Tue, 24 Sep 2013 10:33:40 +0300 [thread overview]
Message-ID: <871u4ebrmz.fsf@kamboji.qca.qualcomm.com> (raw)
In-Reply-To: <87wqmyz5i9.fsf@kamboji.qca.qualcomm.com> (Kalle Valo's message of "Tue, 03 Sep 2013 11:14:22 +0300")
Hi John,
when you start merging again please consider taking this pull request
which I sent too late last time. It should be still valid.
I have more patches queued up during the merge window, but I'm planning
to send them after you have pulled this. But if you prefer to have
everything in one go, I can do that as well.
Kalle
Kalle Valo <kvalo@qca.qualcomm.com> writes:
> Hi John,
>
> here are latest ath10k changes, I hope it's still time to get these to
> 3.12. The changelog for the pull request:
>
> Bartosz dropped support for qca98xx hw1.0 hardware from ath10k, it's
> just too much to support it. Michal added support for the new firmware
> interface. Marek fixed WEP in AP and IBSS mode. Rest of the changes are
> minor fixes or cleanups.
>
> The following changes since commit 9d0e2f0772d394060bf3b17cd1f3a35574365103:
>
> ath6kl: Fix invalid pointer access on fuzz testing with AP mode (2013-08-07 10:58:59 +0300)
>
> are available in the git repository at:
>
> git://github.com/kvalo/ath.git for-linville
>
> for you to fetch changes up to 763b8cd31493f452094fd0eaeedb8cad37c756a2:
>
> ath10k: add chip_id file to debugfs (2013-09-03 09:59:53 +0300)
>
> ----------------------------------------------------------------
> Bartosz Markowski (2):
> ath10k: Remove qca98xx hw1.0 support
> ath10k: update supported FW build version
>
> Janusz Dziedzic (2):
> ath10k: setup peer UAPSD flag correctly
> ath10k: check allocation errors in CE
>
> Kalle Valo (10):
> ath10k: remove un ar_pci->cacheline_sz field
> ath10k: pci: make host_ce_config_wlan[] more readable
> ath10k: make target_ce_config_wlan more readable
> ath10k: remove void pointer from struct ath10k_pci_compl
> ath10k: convert ath10k_pci_reg_read/write32() to take struct ath10k
> ath10k: clean up ath10k_ce_completed_send_next_nolock()
> ath10k: convert ath10k_pci_wake() to return
> ath10k: simplify ath10k_ce_init() wake up handling
> ath10k: check chip id from the soc register during probe
> ath10k: add chip_id file to debugfs
>
> Marek Puzyniak (1):
> ath10k: fix WEP in AP and IBSS mode
>
> Michal Kazior (15):
> ath10k: clean up monitor start code
> ath10k: use sizeof(*var) in kmalloc
> ath10k: clean up PCI completion states
> ath10k: print errcode when CE ring setup fails
> ath10k: fix HTT service setup
> ath10k: implement 802.3 SNAP rx decap type A-MSDU handling
> ath10k: plug possible memory leak in WMI
> ath10k: add support for firmware newer than 636
> ath10k: add support for HTT 3.0
> ath10k: use inline ce_state structure
> ath10k: remove ce_op_state
> ath10k: remove unused ce_attr parameters
> ath10k: rename hif_ce_pipe_info to ath10k_pci_pipe
> ath10k: rename ce_state to ath10k_ce_pipe
> ath10k: rename ce_ring_state to ath10k_ce_ring
>
> Mohammed Shafi Shajakhan (1):
> ath10k: Fix mutex unlock balance
>
> drivers/net/wireless/ath/ath10k/ce.c | 291 +++++++++++++-------------
> drivers/net/wireless/ath/ath10k/ce.h | 74 +++----
> drivers/net/wireless/ath/ath10k/core.c | 46 +++--
> drivers/net/wireless/ath/ath10k/core.h | 13 +-
> drivers/net/wireless/ath/ath10k/debug.c | 23 ++-
> drivers/net/wireless/ath/ath10k/htc.c | 8 +-
> drivers/net/wireless/ath/ath10k/htt.c | 19 +-
> drivers/net/wireless/ath/ath10k/htt.h | 6 +-
> drivers/net/wireless/ath/ath10k/htt_rx.c | 12 +-
> drivers/net/wireless/ath/ath10k/htt_tx.c | 74 +++++--
> drivers/net/wireless/ath/ath10k/hw.h | 19 +-
> drivers/net/wireless/ath/ath10k/mac.c | 22 +-
> drivers/net/wireless/ath/ath10k/pci.c | 325 ++++++++++++++++++++----------
> drivers/net/wireless/ath/ath10k/pci.h | 73 +++----
> drivers/net/wireless/ath/ath10k/wmi.c | 33 ++-
> drivers/net/wireless/ath/ath10k/wmi.h | 16 +-
> 16 files changed, 626 insertions(+), 428 deletions(-)
--
Kalle Valo
next prev parent reply other threads:[~2013-09-24 7:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-03 8:14 Pull request: ath 20130930 Kalle Valo
2013-09-03 8:14 ` Kalle Valo
2013-09-03 8:27 ` Kalle Valo
2013-09-03 8:27 ` Kalle Valo
2013-09-24 7:33 ` Kalle Valo [this message]
2013-09-24 7:33 ` Kalle Valo
2013-09-26 18:57 ` John W. Linville
2013-09-26 18:57 ` John W. Linville
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=871u4ebrmz.fsf@kamboji.qca.qualcomm.com \
--to=kvalo@qca.qualcomm.com \
--cc=ath10k@lists.infradead.org \
--cc=ath6kl-devel@qca.qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.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 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.