summaryrefslogtreecommitdiffstats
path: root/src/drivers/wifi
Commit message (Expand)AuthorAgeFilesLines
* drivers/wifi/generic: Revert changes to generate missing SSDT for PCIeReka Norman2022-07-272-28/+17
* driver/wifi: Remove unused function wifi_emit_dsmVarshit B Pandya2022-07-161-23/+0
* drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driverSubrata Banik2022-06-031-0/+5
* drivers/wifi/generic: Add new device IDBora Guvendik2022-05-161-0/+1
* drivers/wifi/generic/acpi.c: NULL-check pointers before dereferencingAngel Pons2022-04-041-4/+4
* driver/wifi: Add _DSM method for DDRRFIMVarshit B Pandya2022-03-241-6/+66
* drivers/wifi/generic: Fix properties in generic-under-PCI device caseTim Wawrzynczak2022-03-172-26/+31
* drivers/wifi/generic: Fix is_cnvi functionEric Lai2022-03-171-4/+0
* drivers/wifi,soc/intel/adl: Move CnviDdrRfim property to driversTim Wawrzynczak2022-03-094-4/+46
* src: Make PCI ID define names shorterFelix Singer2022-03-073-33/+33
* drivers/{pcie,wifi}/generic: Update untrusted property nameTim Wawrzynczak2022-03-032-3/+3
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-5/+5
* drivers/wifi/generic: Add support for UntrustedDevice ACPI propertyTim Wawrzynczak2022-02-042-2/+20
* src/drivers/wifi/generic/smbios.c: Remove unused <string.h>Elyes HAOUAS2022-01-051-1/+0
* drivers/wifi/generic: fix package_size to align with WLAN driverMatt Chen2021-11-151-1/+1
* SMBIOS: Allow skipping default SMBIOS generationAngel Pons2021-09-131-4/+6
* wifi: Update deny list entry size to uint16_tSugnan Prabhu S2021-09-091-3/+3
* wifi: Add support for DSM methods for intel wifi cardSugnan Prabhu S2021-09-021-0/+141
* wifi: Add support for wifi time average SAR configSugnan Prabhu S2021-09-021-0/+53
* wifi: Add support for per-platform antenna gainSugnan Prabhu S2021-09-021-0/+52
* wifi: Add support for new revisions of SAR table entriesSugnan Prabhu S2021-09-021-70/+145
* 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
* device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak2021-05-031-1/+1
* drivers/wifi, mb/google: Drop config `WIFI_SAR_CBFS`Furquan Shaikh2021-03-172-17/+10
* acpi: Move PCI functions to separate fileTim Wawrzynczak2021-03-011-0/+1
* src/drivers: Remove unused <console/console.h>Elyes HAOUAS2021-02-151-1/+0
* vc/google/chromeos/sar: Make "SAR not found" log a debug messageMaulik V Vaghela2020-11-201-1/+1
* drivers/wifi: Check device is of type PCI before checking vendor IDFurquan Shaikh2020-11-101-2/+5
* acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian2020-11-091-6/+0
* drivers/wifi/generic: Use is_dev_enabled() instead of dev->enabledFurquan Shaikh2020-11-021-2/+2
* wifi: Drop PCI IDs for JfP and HrPFurquan Shaikh2020-11-021-10/+0
* drivers/wifi/generic: Add support for CNVi dummy device opsFurquan Shaikh2020-11-024-12/+48
* drivers/wifi/generic: Split wifi_generic_fill_ssdt into two functionsFurquan Shaikh2020-11-021-16/+29
* drivers/wifi/generic: Move ACPI functions to a separate fileFurquan Shaikh2020-11-024-227/+235
* drivers/wifi/generic: Move SMBIOS functions to a separate fileFurquan Shaikh2020-11-024-39/+58
* drivers/wifi/generic: Use acpigen_write_ADR_pci_deviceFurquan Shaikh2020-11-021-5/+1
* drivers/wifi/generic: Do not generate SAR tables for non-Intel WiFiFurquan Shaikh2020-10-131-2/+6
* drivers/wifi/generic: Limit scope of ACPI-related functions to generic.cFurquan Shaikh2020-10-132-31/+4
* drivers/{intel/wifi,wifi/generic}: Drop separate Intel WiFi driverFurquan Shaikh2020-10-132-0/+73
* wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.incFurquan Shaikh2020-10-131-0/+4
* drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLESFurquan Shaikh2020-10-132-1/+4
* drivers/wifi/generic: Add support for generating SMBIOS dataFurquan Shaikh2020-10-131-0/+41
* drivers/wifi: Drop maxsleep parameter from chip configFurquan Shaikh2020-10-112-3/+1
* drivers/wifi/generic: Log WiFi wake source to event logFurquan Shaikh2020-10-111-0/+8
* drivers/wifi/generic: Use pci_dev_* operations for device opsFurquan Shaikh2020-10-071-3/+6
* src/drivers: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0