From: Kalle Valo <kvalo@kernel.org>
To: Wen Gong <quic_wgong@quicinc.com>
Cc: <ath12k@lists.infradead.org>, <linux-wireless@vger.kernel.org>,
<quic_jjohnson@quicinc.com>
Subject: Re: [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
Date: Fri, 29 Sep 2023 16:11:56 +0300 [thread overview]
Message-ID: <87ttrd6s4j.fsf@kernel.org> (raw)
In-Reply-To: <20230914090746.23560-1-quic_wgong@quicinc.com> (Wen Gong's message of "Thu, 14 Sep 2023 05:07:42 -0400")
Wen Gong <quic_wgong@quicinc.com> writes:
> v2: change per Jeff.
> 1. change alpha2 length from 3 to 2.
> 2. change wmi_11d_new_cc_ev to wmi_11d_new_cc_event.
>
> Add handler to send WMI_SET_CURRENT_COUNTRY_CMDID which is needed for
> 11d scan offload to firmware. And add support for 11d scan offload for
> WCN7850.
>
> Also fix firmware crash for country code set for WCN7850 and store country
> code for device recovery for WCN7850.
>
> Wen Gong (4):
> wifi: ath12k: add configure country code for WCN7850
> wifi: ath12k: add 11d scan offload support
> wifi: ath12k: avoid firmware crash when reg set for WCN7850
> wifi: ath12k: store and send country code to firmware after recovery
Patches 2 & 3 had trivial conflicts with rfkill patches, fixed in the
pending branch:
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=3261a8fe9de8fd5a94215eaf0c8738c3f0051105
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=0f82a7f8a8d1944faea458f992d492daa74a968e
No need to resend because of this.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
--
ath12k mailing list
ath12k@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/ath12k
WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@kernel.org>
To: Wen Gong <quic_wgong@quicinc.com>
Cc: <ath12k@lists.infradead.org>, <linux-wireless@vger.kernel.org>,
<quic_jjohnson@quicinc.com>
Subject: Re: [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
Date: Fri, 29 Sep 2023 16:11:56 +0300 [thread overview]
Message-ID: <87ttrd6s4j.fsf@kernel.org> (raw)
In-Reply-To: <20230914090746.23560-1-quic_wgong@quicinc.com> (Wen Gong's message of "Thu, 14 Sep 2023 05:07:42 -0400")
Wen Gong <quic_wgong@quicinc.com> writes:
> v2: change per Jeff.
> 1. change alpha2 length from 3 to 2.
> 2. change wmi_11d_new_cc_ev to wmi_11d_new_cc_event.
>
> Add handler to send WMI_SET_CURRENT_COUNTRY_CMDID which is needed for
> 11d scan offload to firmware. And add support for 11d scan offload for
> WCN7850.
>
> Also fix firmware crash for country code set for WCN7850 and store country
> code for device recovery for WCN7850.
>
> Wen Gong (4):
> wifi: ath12k: add configure country code for WCN7850
> wifi: ath12k: add 11d scan offload support
> wifi: ath12k: avoid firmware crash when reg set for WCN7850
> wifi: ath12k: store and send country code to firmware after recovery
Patches 2 & 3 had trivial conflicts with rfkill patches, fixed in the
pending branch:
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=3261a8fe9de8fd5a94215eaf0c8738c3f0051105
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/commit/?h=pending&id=0f82a7f8a8d1944faea458f992d492daa74a968e
No need to resend because of this.
--
https://patchwork.kernel.org/project/linux-wireless/list/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2023-09-29 13:12 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 9:07 [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850 Wen Gong
2023-09-14 9:07 ` Wen Gong
2023-09-14 9:07 ` [PATCH v2 1/4] wifi: ath12k: add configure " Wen Gong
2023-09-14 9:07 ` Wen Gong
2023-09-14 17:16 ` Jeff Johnson
2023-09-14 17:16 ` Jeff Johnson
2024-08-06 7:36 ` Kalle Valo
2023-09-14 9:07 ` [PATCH v2 2/4] wifi: ath12k: add 11d scan offload support Wen Gong
2023-09-14 9:07 ` Wen Gong
2023-09-14 17:16 ` Jeff Johnson
2023-09-14 17:16 ` Jeff Johnson
2023-09-14 9:07 ` [PATCH v2 3/4] wifi: ath12k: avoid firmware crash when reg set for WCN7850 Wen Gong
2023-09-14 9:07 ` Wen Gong
2023-09-14 17:16 ` Jeff Johnson
2023-09-14 17:16 ` Jeff Johnson
2023-09-14 9:07 ` [PATCH v2 4/4] wifi: ath12k: store and send country code to firmware after recovery Wen Gong
2023-09-14 9:07 ` Wen Gong
2023-09-14 17:16 ` Jeff Johnson
2023-09-14 17:16 ` Jeff Johnson
2023-09-29 13:11 ` Kalle Valo [this message]
2023-09-29 13:11 ` [PATCH v2 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850 Kalle Valo
2024-05-24 8:13 ` Kang Yang
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=87ttrd6s4j.fsf@kernel.org \
--to=kvalo@kernel.org \
--cc=ath12k@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=quic_jjohnson@quicinc.com \
--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.