mbox series

[v4,0/2] ath11k: Add support for SAR

Message ID 20220401120948.1312956-1-quic_bqiang@quicinc.com (mailing list archive)
Headers show
Series ath11k: Add support for SAR | expand

Message

Baochen Qiang April 1, 2022, 12:09 p.m. UTC
This is to add support for SAR, currently it is only enabled
for WCN6855.

v4:
 1. rebased on latest ath.git
 2. add my own s-o-b in Wen'spatch

v3:
 1. rebased on latest ath.git
 2. add Wen's patch to this patch set so that
    there is no dependency.

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: 57b7042c114767b7330b14a260f61732e556742e

Comments

Kalle Valo April 1, 2022, 12:27 p.m. UTC | #1
Baochen Qiang <quic_bqiang@quicinc.com> writes:

> This is to add support for SAR, currently it is only enabled
> for WCN6855.
>
> v4:
>  1. rebased on latest ath.git
>  2. add my own s-o-b in Wen'spatch
>
> v3:
>  1. rebased on latest ath.git
>  2. add Wen's patch to this patch set so that
>     there is no dependency.

Thanks, threading now is correct so I assume you run git send-email only
once.
Baochen Qiang April 1, 2022, 12:29 p.m. UTC | #2
> -----Original Message-----
> From: Kalle Valo <kvalo@kernel.org>
> Sent: Friday, April 1, 2022 8:27 PM
> To: Baochen Qiang (QUIC) <quic_bqiang@quicinc.com>
> Cc: ath11k@lists.infradead.org; linux-wireless@vger.kernel.org
> Subject: Re: [PATCH v4 0/2] ath11k: Add support for SAR
> 
> Baochen Qiang <quic_bqiang@quicinc.com> writes:
> 
> > This is to add support for SAR, currently it is only enabled for
> > WCN6855.
> >
> > v4:
> >  1. rebased on latest ath.git
> >  2. add my own s-o-b in Wen'spatch
> >
> > v3:
> >  1. rebased on latest ath.git
> >  2. add Wen's patch to this patch set so that
> >     there is no dependency.
> 
> Thanks, threading now is correct so I assume you run git send-email only once.

Yes, I do it per your guidance. 
> 
> --
> https://patchwork.kernel.org/project/linux-wireless/list/
> 
> https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatch
> es