@clf
I myself don't using the chipset, but possibly related: firmwares on ports.
https://reviews.freebsd.org/D54201

As seen in it, it landed last December, so both latest (aka main) and 2026Q1 quarterly branch of ports tree should has it unless reverted.

#FreeBSD #mt76

⚙ D54201 net/wifi-firmware-mt76-kmod: update firmware files

@mjg59 on the other hand #hostapd or #ath9k / #ath10k / #ath11k / #ath12k / #mt76 /... in the wireless ecosystem are huge projects and use #copyfree licenses like #BSD or #ISC. Where the goal is to allow creating forks for commercial, closed-source products with extra, wifi related features. This motive and use-case for #copyfree is what I see more as a threat to #copyleft than using #copyfree in a new coreutils suite.

Anyone with a #linux machine with #mt76 mt7925 wireless card: mine stopped working after kernel 6.12. Spent part of the weekend tracking it down and it is related to P2P support. Applying this patch series [1] fixed it for me.

[1] https://lore.kernel.org/all/2025011402[email protected]/

[PATCH v2 2/6] wifi: mt76: mt7925: fix the wrong link_idx when has p2p_device - sean.wang