summaryrefslogtreecommitdiffstats
path: root/src/drivers/wifi/generic/smbios.c
Commit message (Expand)AuthorAgeFilesLines
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-1/+1
* src: Make PCI ID define names shorterFelix Singer2022-03-071-1/+1
* src/drivers/wifi/generic/smbios.c: Remove unused <string.h>Elyes HAOUAS2022-01-051-1/+0
* SMBIOS: Allow skipping default SMBIOS generationAngel Pons2021-09-131-4/+6
* SMBIOS: Drop now-unnecessary unionsAngel Pons2021-07-011-8/+1
* SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons2021-07-011-1/+1
* SMBIOS: Introduce `smbios_carve_table` functionAngel Pons2021-07-011-7/+3
* SMBIOS: Introduce struct for SMBIOS table headerAngel Pons2021-07-011-3/+8
* SMBIOS: Avoid `sizeof` on struct typeAngel Pons2021-07-011-2/+2
* drivers/wifi/generic: Add support for CNVi dummy device opsFurquan Shaikh2020-11-021-1/+6
* drivers/wifi/generic: Move SMBIOS functions to a separate fileFurquan Shaikh2020-11-021-0/+42