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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Jun 2022 01:20:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #104 from Cy Schubert <cy@FreeBSD.org> ---
Created attachment 234801
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234801&action=edit
Revert driver_bsd.c from wpa 2.10 back to 2.9

Can you try this patch?

To apply,

cd /usr/src
git apply /tmp/driver_bsd.c-revert

or

cd /usr/src
patch -C -p1 < /tmp/driver_bsd.c-revert && patch -C -p1 <
/tmp/driver_bsd.c-revert

Then,

cd /usr/src/usr.sbin/wpa
make obj
make depend
make include
make
make install

Then restart your interface.

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