[PATCH v3 0/2] ath11k: Add support for SAR
Kalle Valo
kvalo at kernel.org
Fri Apr 1 04:36:01 PDT 2022
Baochen Qiang <quic_bqiang at 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
More information about the ath11k
mailing list