linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] ath11k: Add support for SAR
@ 2022-04-01  7:31 Baochen Qiang
  2022-04-01 11:36 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Baochen Qiang @ 2022-04-01  7:31 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless

This is to add support for SAR. Currently SAR is enabled
only for WCN6855.

v3:
 1. rebased on latest ath.git
 2. add Wen's patch "ath11k: add support for extended wmi service bit"
    to this patch set so that there will be no dependency for the SAR patch.
v2:
 1. rebased on latest ath.git
 2. add base-commit tag.

Baochen Qiang (1):
  ath11k: Add support for SAR

Wen Gong (1):
  ath11k: add support for extended wmi service bit

 drivers/net/wireless/ath/ath11k/core.c |   6 +
 drivers/net/wireless/ath/ath11k/hw.c   |  20 ++++
 drivers/net/wireless/ath/ath11k/hw.h   |   2 +
 drivers/net/wireless/ath/ath11k/mac.c  |  66 +++++++++++
 drivers/net/wireless/ath/ath11k/wmi.c  | 151 +++++++++++++++++++------
 drivers/net/wireless/ath/ath11k/wmi.h  |  36 +++++-
 6 files changed, 247 insertions(+), 34 deletions(-)


base-commit: 748b34786d1c96e758862d8e8577106ccde6515a
-- 
2.25.1


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

* Re: [PATCH v3 0/2] ath11k: Add support for SAR
  2022-04-01  7:31 [PATCH v3 0/2] ath11k: Add support for SAR Baochen Qiang
@ 2022-04-01 11:36 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2022-04-01 11:36 UTC (permalink / raw)
  To: Baochen Qiang; +Cc: ath11k, linux-wireless

Baochen Qiang <quic_bqiang@quicinc.com> writes:

> This is to add support for SAR. Currently SAR is enabled
> only for WCN6855.
>
> v3:
>  1. rebased on latest ath.git
>  2. add Wen's patch "ath11k: add support for extended wmi service bit"
>     to this patch set so that there will be no dependency for the SAR patch.
> v2:
>  1. rebased on latest ath.git
>  2. add base-commit tag.
>
> Baochen Qiang (1):
>   ath11k: Add support for SAR
>
> Wen Gong (1):
>   ath11k: add support for extended wmi service bit

From looking at the timestamps I'm guessing you are submitting each
patch in a separate git send-email call? The problem with that it breaks
threading in email clients. The preference is that all mails are
submitted in one run, like in this example all patches are in foo
directory:

git format-patch -o foo master..
git send-email foo

In other words, run git send-email only once per patchset.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

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

end of thread, other threads:[~2022-04-01 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-01  7:31 [PATCH v3 0/2] ath11k: Add support for SAR Baochen Qiang
2022-04-01 11:36 ` Kalle Valo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).