CVSROOT: /cvs Module name: src Changes by: mb...@cvs.openbsd.org 2025/08/21 11:03:58
Modified files: sys/dev/ic : bwfm.c sys/dev/pci : if_bwfm_pci.c Log message: Improve bwfm stability on my Apple MacBook Air M2 by registering for EAPOL packet events, handling ieee80211 state changes inside of the interrupt context, and prioritizing control messages over rx and tx. ok stsp.