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

--- Comment #60 from Cy Schubert <[email protected]> ---
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.

Reply via email to