On 10/19/2022 12:32 PM, Wen Gong wrote:
On 10/18/2022 6:10 PM, Wen Gong wrote:
On 10/18/2022 5:51 PM, Johannes Berg wrote:
On Tue, 2022-10-18 at 17:50 +0800, Wen Gong wrote:
https://p.sipsolutions.net/0652bbbbe350b126.txt
Conflict happened while run "git am" the patch.
Because missing the "changed |= BSS_CHANGED_EHT_PUNCTURING;" in my
local code,
also it is missing in
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/tree/net/mac80211/util.c
Maybe "changed |= BSS_CHANGED_EHT_PUNCTURING;" is only existed in your
local code?
Ah yes, we didn't upstream that because there's still this discussion
about handling puncturing. But you can probably apply around that.
johannes
Yes, after apply it.
and apply "commit 3d901102922723eedce6ef10ebd03315a7abb8a5 wifi:
mac80211: implement link switching" to
fix build error because my local code is not latest.
it is built success, I will try it later.
Hi johannes,
After above change, no error/kernel crash happened while reconfig
single MLO link which link id is 2.
Hi Johannes,
I see this patch https://p.sipsolutions.net/0652bbbbe350b126.txt is not
merged to
https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-next.git/tree/net/mac80211/util.c
will your merge it later?