Re: [PATCH v1] check for FT support when selecting FT suites
Brian Norris <[email protected]>
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <CA+ASDXO84u0m5=6VZPVi7VedXbMBUBpByjc8=X4Pw4ybtgda7Q@mail.gmail.com> |
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