Page MenuHomeFreeBSD

fwget: add support for various WiFi NICs
ClosedPublic

Authored by bz on May 11 2023, 8:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 4, 11:03 PM
Unknown Object (File)
Sat, Jan 18, 9:33 PM
Unknown Object (File)
Nov 19 2024, 9:52 PM
Unknown Object (File)
Oct 10 2024, 6:28 AM
Unknown Object (File)
Oct 2 2024, 2:20 PM
Unknown Object (File)
Oct 2 2024, 12:38 PM
Unknown Object (File)
Oct 1 2024, 7:04 PM
Unknown Object (File)
Sep 26 2024, 3:11 PM
Subscribers

Details

Summary

Add support for Realtek, QCA, and Mediatek WiFi NIC cards.
We group the matching entries by driver in sub-functions in order
to semi-automatically create the lists for now.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51458
Build 48349: arc lint + arc unit

Event Timeline

bz requested review of this revision.May 11 2023, 8:47 PM

Here's an example of how this could look (sorts out a duplicate, applies two fixups based on previous reviews)

fwget -v -n
Trying to match device 0x0042 in class network and vendor qca with pci_network_qca
Trying to match device 0x157b in class network and vendor intel with pci_network_intel
Trying to match device 0x157b in class network and vendor intel with pci_network_intel
Trying to match device 0x157b in class network and vendor intel with pci_network_intel
Trying to match device 0x7915 in class old and vendor mediatek with pci_old_mediatek
Trying to match device 0x7915 in fixed up class network and vendor mediatek with pci_network_mediatek
Trying to match device 0x003c in class network and vendor qca with pci_network_qca
Trying to match device 0x0608 in class network and vendor mediatek with pci_network_mediatek
Trying to match device 0x1101 in class misc and vendor qca with pci_misc_qca
Trying to match device 0x1101 in fixed up class network and vendor qca with pci_network_qca
Needed firmware packages: 'wifi-firmware-ath10k-kmod wifi-firmware-mt76-kmod wifi-firmware-ath11k-kmod'

This revision is now accepted and ready to land.May 12 2023, 5:13 AM
This revision was automatically updated to reflect the committed changes.