Re: [PATCH v4 14/17] mac80211: support S1G association
From: Wen Gong <hidden>
Date: 2020-11-24 03:59:18
From: Wen Gong <hidden>
Date: 2020-11-24 03:59:18
On 2020-11-24 02:40, Thomas Pedersen wrote:
On 2020-11-23 00:38, Wen Gong wrote:quoted
On 2020-09-22 10:28, Thomas Pedersen wrote: ...quoted
@@ -3446,6 +3453,42 @@ bool ieee80211_chandef_he_6ghz_oper(structieee80211_sub_if_data *sdata, *chandef = he_chandef; + return false; +}This change the "return true" to "return false" by default of ieee80211_chandef_he_6ghz_oper. It should be typo mistake.Thanks Wen. This was maybe rebase damage? Will send a fixup.
yes, I have sent a patch, 6G connect success with this patch, otherwise fail for 6G connect. https://lore.kernel.org/linux-wireless/1606121152-3452-1-git-send-email-wgong@codeaurora.org/ (local)