All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Baochen Qiang <quic_bqiang@quicinc.com>
Cc: <ath11k@lists.infradead.org>,  <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v10 00/12] wifi: ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP
Date: Thu, 11 Jan 2024 18:08:45 +0200	[thread overview]
Message-ID: <87mstbam42.fsf@kernel.org> (raw)
In-Reply-To: <20231218085844.2658-1-quic_bqiang@quicinc.com> (Baochen Qiang's message of "Mon, 18 Dec 2023 16:58:32 +0800")

Baochen Qiang <quic_bqiang@quicinc.com> writes:

> This introduced some new concept:
> power type of AP(STANDARD_POWER_AP, INDOOR_AP, VERY_LOW_POWER_AP)
> power type of STATION(DEFAULT_CLIENT, SUBORDINATE_CLIENT)
> power spectral density(psd)
>
> This patchset is to implement the new rules for 6 GHz band in
> ath11k.
>
> ath11k parsed the reg rules from new WMI event
> WMI_REG_CHAN_LIST_CC_EXT_EVENTID and parse the
> transmit power envelope element in beacon of AP
> and then set new WMI command WMI_VDEV_SET_TPC_POWER_CMDID
> to firmware when connect to 6G AP, also support backward
> compatibility with firmware which not support new wmi
> cmd WMI_VDEV_SET_TPC_POWER_CMDID.
>
> v10:
>  1. [PATCH 02/12] wifi: ath11k: store cur_regulatory_info for each radio
>   a. s/muti/multi/
>  2. [PATCH v9 09/12] wifi: ath11k: fill parameters for vdev set tpc power WMI command
>   a. add idle_ps check when calculating EIRP.

I don't see Jeff's ack in patches 1, 11 and 12. Jeff, are you ok with
these?

I did some changes in the pending branch, below is a some kind of list
of the changes. The changed patches are available in the pending branch
(tag ath-pending-202401111604):

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/log/?h=pending

multiple patches

o whitespace changes, especially adding empty line before after if and
  for statements (also in other pathches)

patch 1

o remove unneeded parenthesis

patch 2

o ath11k_reg_reset_info(): invert if check

o ath11k_reg_reset_info(), ath11k_reg_handle_chan_list(),
  ath11k_reg_get_ar_vdev_type(), ath11k_reg_is_world_alpha:
       move to reg.c, I did also consider renaming these to use
       ath11k_wmi_ prefix but thought that reg.c is more approriate
       place for them

patch 11

o remove comments from enum wmi_tlv_cmd_id

o other cosmetic changes in wmi.h

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

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


  parent reply	other threads:[~2024-01-11 16:08 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-18  8:58 [PATCH v10 00/12] wifi: ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 01/12] wifi: ath11k: add support to select 6 GHz regulatory type Baochen Qiang
2024-01-14 14:59   ` Kalle Valo
2023-12-18  8:58 ` [PATCH v10 02/12] wifi: ath11k: store cur_regulatory_info for each radio Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 03/12] wifi: ath11k: fix a possible dead lock caused by ab->base_lock Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 04/12] wifi: ath11k: update regulatory rules when interface added Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 05/12] wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 06/12] wifi: ath11k: save power spectral density(PSD) of regulatory rule Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 07/12] wifi: ath11k: add parse of transmit power envelope element Baochen Qiang
2024-01-11 17:13   ` Jeff Johnson
2024-01-12  6:25     ` Kalle Valo
2023-12-18  8:58 ` [PATCH v10 08/12] wifi: ath11k: save max tx power in vdev start response event from firmware Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 09/12] wifi: ath11k: fill parameters for vdev set tpc power WMI command Baochen Qiang
2023-12-18 21:13   ` Jeff Johnson
2023-12-19  6:30     ` Kalle Valo
2023-12-18  8:58 ` [PATCH v10 10/12] wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 11/12] wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID Baochen Qiang
2023-12-18  8:58 ` [PATCH v10 12/12] wifi: ath11k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6 GHz Baochen Qiang
2024-01-11 16:08 ` Kalle Valo [this message]
2024-01-11 16:49   ` [PATCH v10 00/12] wifi: ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP Jeff Johnson

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=87mstbam42.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_bqiang@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.