Re: [PATCH v1] check for FT support when selecting FT suites
Matteo Fortini <[email protected]>
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <[email protected]> |
I can confirm that the issue is fixed by this patch. Thank you @Matthew Wang Il 05/02/20 00:01, Brian Norris ha scritto: > Hi, > > On Tue, Feb 4, 2020 at 2:50 PM Matthew Wang <[email protected]> wrote: >> Yes, certainly possible. From your logs, it looks like you have a >> non-SME driver. If your driver also doesn't support UPDATE_FT_IES, >> then it's likely this will fix your problem. >> >> On Tue, Feb 4, 2020 at 12:35 AM Matteo Fortini <[email protected]> wrote: >>> Hi, could this be the fix to >>> https://www.spinics.net/lists/hostap/msg06607.html >>> Thank you > Looks like you're using brcmfmac: > > https://www.spinics.net/lists/hostap/msg06606.html > > and so are the Arch Linux reporters: > > https://bugs.archlinux.org/task/63397 > > That driver does not support UDATE_FT_IES, and so I believe yes, this > patch should fix that. > > Brian