Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2022 19:26:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        wireless@FreeBSD.org
Subject:   [Bug 264238] WiFi stops working after upgrade from 13.0 to 13.1, AR9285 (wpa_supplicant)
Message-ID:  <bug-264238-21060-q7fnA4xddU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264238-21060@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264238

--- Comment #60 from Cy Schubert <cy@FreeBSD.org> ---
Considering you can't get a dump, let's see if the ath(4) driver can give us a
hint.

Run this DTrace script prior to starting wlan0.

#!/usr/sbin/dtrace -s

fbt::ath_ioctl:entry {
        print(*args[0]);
        stack();
}

fbt::ath_ioctl:return {
        print(arg0);
}

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264238-21060-q7fnA4xddU>