[Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285 (wpa_supplicant)

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 09 Jun 2022 14:38:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #47 from Jaskie <jiangjun12321@yahoo.com> ---
(In reply to Cy Schubert from comment #45)

So I finally tested the patch you mentioned with the help of J.R. Oldroyd by
git cherry-picking. Well, it didn't work either. This is what I did:

cd /usr/src/
git reset --hard release/13.1.0
git cherry-pick 6e5d01124fd4dd57899ddd9260c76dbb43543aa7
git cherry-pick 1e0ca65a3bb5798a80eccaae58d863f1f08b9ae8
git diff 094f618ca12e contrib/wpa
git diff 094f618ca12e contrib/wpa > /home/adam/diff.log


Then I did diff /home/adam/{diff.log,patch.txt} and it showed (patch.txt was
download from this PR, the file you uploaded:
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234491):

2c2
< index 48e18fffba5..0461758ff21 100644
---
> index 48e18fffba57..0461758ff210 100644

I thought this confirmed the two cherrypicks did the same patch?

However, I then went on compile usr.sbin/wpa and tested resulting
wpa_supplicant, but it still didn't work.

-- 
You are receiving this mail because:
You are on the CC list for the bug.