mbox series

[V3,0/9] ath11k: resend pending patches

Message ID 20191213083734.22471-1-john@phrozen.org (mailing list archive)
Headers show
Series ath11k: resend pending patches | expand

Message

John Crispin Dec. 13, 2019, 8:37 a.m. UTC
Kalle merged ath11k into his next tree and then applied the huge backlog
from patchwork. This is a resend of pending patches that no longer apply
due to merge order conflicts.

John Crispin (9):
  ath11k: add wmi helper for turning STA PS on/off
  ath11k: disable PS for STA interfaces by default upon bringup
  ath11k: drop memset when setting up a tx cmd desc
  ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab
  ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
  ath11k: add debugfs for TWT debug calls
  ath11k: move some tx_status parsing to debugfs code
  ath11k: optimise ath11k_dp_tx_completion_handler
  ath11k: optimize ath11k_hal_tx_status_parse

 drivers/net/wireless/ath/ath11k/core.c        |   4 +-
 drivers/net/wireless/ath/ath11k/core.h        |   3 +-
 drivers/net/wireless/ath/ath11k/debug.c       | 198 +++++++++
 drivers/net/wireless/ath/ath11k/debug.h       |   8 +
 drivers/net/wireless/ath/ath11k/debugfs_sta.c |  66 +--
 drivers/net/wireless/ath/ath11k/dp.c          |  16 +-
 drivers/net/wireless/ath/ath11k/dp.h          |  11 +-
 drivers/net/wireless/ath/ath11k/dp_tx.c       |  81 ++--
 drivers/net/wireless/ath/ath11k/hal_tx.c      |  74 +---
 drivers/net/wireless/ath/ath11k/hal_tx.h      |  13 +-
 drivers/net/wireless/ath/ath11k/htc.c         |   2 +-
 drivers/net/wireless/ath/ath11k/mac.c         |  15 +-
 drivers/net/wireless/ath/ath11k/testmode.c    |   2 +-
 drivers/net/wireless/ath/ath11k/wmi.c         | 408 ++++++++++++++----
 drivers/net/wireless/ath/ath11k/wmi.h         | 123 +++++-
 15 files changed, 773 insertions(+), 251 deletions(-)

Comments

John Crispin Dec. 13, 2019, 3:33 p.m. UTC | #1
On 13/12/2019 09:37, John Crispin wrote:
> Kalle merged ath11k into his next tree and then applied the huge backlog
> from patchwork. This is a resend of pending patches that no longer apply
> due to merge order conflicts.
> 

sorry, forgot to Cc: linux-wireless

> John Crispin (9):
>    ath11k: add wmi helper for turning STA PS on/off
>    ath11k: disable PS for STA interfaces by default upon bringup
>    ath11k: drop memset when setting up a tx cmd desc
>    ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab
>    ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
>    ath11k: add debugfs for TWT debug calls
>    ath11k: move some tx_status parsing to debugfs code
>    ath11k: optimise ath11k_dp_tx_completion_handler
>    ath11k: optimize ath11k_hal_tx_status_parse
> 
>   drivers/net/wireless/ath/ath11k/core.c        |   4 +-
>   drivers/net/wireless/ath/ath11k/core.h        |   3 +-
>   drivers/net/wireless/ath/ath11k/debug.c       | 198 +++++++++
>   drivers/net/wireless/ath/ath11k/debug.h       |   8 +
>   drivers/net/wireless/ath/ath11k/debugfs_sta.c |  66 +--
>   drivers/net/wireless/ath/ath11k/dp.c          |  16 +-
>   drivers/net/wireless/ath/ath11k/dp.h          |  11 +-
>   drivers/net/wireless/ath/ath11k/dp_tx.c       |  81 ++--
>   drivers/net/wireless/ath/ath11k/hal_tx.c      |  74 +---
>   drivers/net/wireless/ath/ath11k/hal_tx.h      |  13 +-
>   drivers/net/wireless/ath/ath11k/htc.c         |   2 +-
>   drivers/net/wireless/ath/ath11k/mac.c         |  15 +-
>   drivers/net/wireless/ath/ath11k/testmode.c    |   2 +-
>   drivers/net/wireless/ath/ath11k/wmi.c         | 408 ++++++++++++++----
>   drivers/net/wireless/ath/ath11k/wmi.h         | 123 +++++-
>   15 files changed, 773 insertions(+), 251 deletions(-)
>