linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wen Gong <wgong@codeaurora.org>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH] ath11k: add read variant from SMBIOS for download board data
Date: Fri, 19 Nov 2021 15:58:43 +0800	[thread overview]
Message-ID: <9abb629d45130da8847679e090c3e4cf@codeaurora.org> (raw)
In-Reply-To: <d9ff63f49c50b0561932be77bed5ce87@codeaurora.org>

On 2021-11-18 18:25, Wen Gong wrote:
> On 2021-11-17 16:54, Kalle Valo wrote:
>> Wen Gong <wgong@codeaurora.org> wrote:
>> 
>>> This is to read variant from SMBIOS such as read from DT, the variant
>>> string will be used to one part of string which used to search board
>>> data from board-2.bin.
>>> 
>>> Tested-on: WCN6855 hw2.0 PCI 
>>> WLAN.HSP.1.1-01720.1-QCAHSPSWPL_V1_V2_SILICONZ_LITE-1
>>> 
>>> Signed-off-by: Wen Gong <wgong@codeaurora.org>
>> 
>> I'm dropping all patches listed below in one go. I didn't manage to
>> apply any of these without conflicts, please remember to always use
>> ath.git master branch as the baseline to avoid conflicts.
>> 
>> 9 patches set to Changes Requested.
>> 
>> 12549401 ath11k: add read variant from SMBIOS for download board data
>> 12549415 ath11k: add wait operation for tx management packets for
>> flush from mac80211
>> 12549419 ath11k: change to treat alpha code na as world wide regdomain
>> 12549431 ath11k: report rssi of each chain to mac80211
>> 12549433 ath11k: Add signal report to mac80211 for QCA6390 and WCN6855
>> 12549449 ath11k: report tx bitrate for iw wlan station dump
>> 12554953 ath11k: add support for hardware rfkill for QCA6390
>> 12583807 ath11k: add 11d scan offload support
>> 12583809 ath11k: calculate the correct NSS of peer for HE capabilities
> 
> I have rebased to latest ath.git master ath-202111170737 and resend v2
> for below patches:
> [v2] ath11k: report rssi of each chain to mac80211
> [v2,0/2] ath11k: add 11d scan offload support for QCA6390/WCN6855
> [v2] ath11k: add read variant from SMBIOS for download board data
> [v2] ath11k: skip sending vdev down for channel switch
> [v2] ath11k: fix read fail for htt_stats and htt_peer_stats for single 
> pdev
> [v2] ath11k: calculate the correct NSS of peer for HE capabilities
> [v2] ath11k: add wait operation for tx management packets for flush
> from mac80211
> [v2] ath11k: change to treat alpha code na as world wide regdomain
> 
> I will rebase the left patches after these patches upstream, otherwise
> the left patches will have conflict with these patches
> because they change same location but actually have no logic relation.

Hi Kalle,

I have tested in my local git, all the above v2 patches only have one 
conflict
between "[v2,2/2] ath11k: add 11d scan offload support"
and "[v2] ath11k: report rssi of each chain to mac80211"
in wmi_tlv_policies of wmi.c because they both add a item in the struct.
patch -p1 -i xxx.patch will auto fix this type conflict.

+       [WMI_TAG_11D_NEW_COUNTRY_EVENT] = {
+               .min_len = sizeof(struct wmi_11d_new_cc_ev) },

+       [WMI_TAG_PER_CHAIN_RSSI_STATS] = {
+               .min_len = sizeof(struct wmi_per_chain_rssi_stats) },




  reply	other threads:[~2021-11-19  7:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11  8:24 [PATCH] ath11k: add read variant from SMBIOS for download board data Wen Gong
2021-11-17  8:54 ` Kalle Valo
2021-11-18 10:25   ` Wen Gong
2021-11-19  7:58     ` Wen Gong [this message]
2021-11-19 13:18       ` 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=9abb629d45130da8847679e090c3e4cf@codeaurora.org \
    --to=wgong@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /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 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).