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
Kalle Valo <[email protected]> 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.
Oops, the date in the subject is wrong. Of course it should be 20130903.
--
Kalle Valo
On Tue, Sep 03, 2013 at 11:14:22AM +0300, Kalle Valo wrote:
> 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)
Pulling now...
--
John W. Linville Someday the world will need a hero, and you
[email protected] might be all we have. Be ready.
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 <[email protected]> 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