All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Wen Gong <quic_wgong@quicinc.com>
Cc: <ath11k@lists.infradead.org>,  <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 00/15] ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP
Date: Mon, 10 Jan 2022 17:25:09 +0200	[thread overview]
Message-ID: <87h7abvciy.fsf@kernel.org> (raw)
In-Reply-To: <20211224085236.9064-1-quic_wgong@quicinc.com> (Wen Gong's message of "Fri, 24 Dec 2021 03:52:21 -0500")

Wen Gong <quic_wgong@quicinc.com> writes:

> v2: 
>    1. change some minor comments by Kalle.
>    2. rebased to ath.git ath-202112220603
>
> Depends on one patch:
> [v5] cfg80211: save power spectral density(psd) of regulatory rule
> https://patchwork.kernel.org/project/linux-wireless/patch/20210928085211.26186-1-wgong@codeaurora.org/

Please resubmit the patchset once the dependency is applied, I cannot do
anything before. Dropping the patchset.

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

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

-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@kernel.org>
To: Wen Gong <quic_wgong@quicinc.com>
Cc: <ath11k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 00/15] ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP
Date: Mon, 10 Jan 2022 17:25:09 +0200	[thread overview]
Message-ID: <87h7abvciy.fsf@kernel.org> (raw)
In-Reply-To: <20211224085236.9064-1-quic_wgong@quicinc.com> (Wen Gong's message of "Fri, 24 Dec 2021 03:52:21 -0500")

Wen Gong <quic_wgong@quicinc.com> writes:

> v2: 
>    1. change some minor comments by Kalle.
>    2. rebased to ath.git ath-202112220603
>
> Depends on one patch:
> [v5] cfg80211: save power spectral density(psd) of regulatory rule
> https://patchwork.kernel.org/project/linux-wireless/patch/20210928085211.26186-1-wgong@codeaurora.org/

Please resubmit the patchset once the dependency is applied, I cannot do
anything before. Dropping the patchset.

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

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

  parent reply	other threads:[~2022-01-10 15:25 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-24  8:52 [PATCH v2 00/15] ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP Wen Gong
2021-12-24  8:52 ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 01/15] ath11k: add support for extended wmi service bit Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 02/15] ath11k: Add support to parse new wmi event for 6 GHz regulatory Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 03/15] ath11k: add support to select 6 GHz Regulatory type Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 04/15] ath11k: allow only one interface up simultaneously for WCN6855 Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 05/15] ath11k: store cur_regulatory_info for each radio Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 06/15] ath11k: update regulatory rules when interface added Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 07/15] ath11k: update regulatory rules when connect to AP on 6 GHz band for station Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 08/15] ath11k: save power spectral density(psd) of regulatory rule Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 09/15] ath11k: add parse of transmit power envelope element Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 10/15] ath11k: save max tx power in vdev start response event from firmware Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 11/15] ath11k: fill parameters for vdev_set_tpc_power wmi command Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 12/15] ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 13/15] ath11k: discard BSS_CHANGED_TXPOWER when EXT_TPC_REG_SUPPORT for 6 GHz Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 14/15] ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID Wen Gong
2021-12-24  8:52   ` Wen Gong
2021-12-24  8:52 ` [PATCH v2 15/15] ath11k: send TPC power to firmware for 6 GHz station Wen Gong
2021-12-24  8:52   ` Wen Gong
2022-01-10 15:25 ` Kalle Valo [this message]
2022-01-10 15:25   ` [PATCH v2 00/15] ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP Kalle Valo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h7abvciy.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_wgong@quicinc.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.