aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/wifi/generic
AgeCommit message (Expand)Author
2021-11-15drivers/wifi/generic: fix package_size to align with WLAN driverMatt Chen
2021-09-13SMBIOS: Allow skipping default SMBIOS generationAngel Pons
2021-09-09wifi: Update deny list entry size to uint16_tSugnan Prabhu S
2021-09-02wifi: Add support for DSM methods for intel wifi cardSugnan Prabhu S
2021-09-02wifi: Add support for wifi time average SAR configSugnan Prabhu S
2021-09-02wifi: Add support for per-platform antenna gainSugnan Prabhu S
2021-09-02wifi: Add support for new revisions of SAR table entriesSugnan Prabhu S
2021-07-01SMBIOS: Drop now-unnecessary unionsAngel Pons
2021-07-01SMBIOS: Introduce `smbios_full_table_len` functionAngel Pons
2021-07-01SMBIOS: Introduce `smbios_carve_table` functionAngel Pons
2021-07-01SMBIOS: Introduce struct for SMBIOS table headerAngel Pons
2021-07-01SMBIOS: Avoid `sizeof` on struct typeAngel Pons
2021-05-03device: Switch pci_dev_is_wake_source to take pci_devfn_tTim Wawrzynczak
2021-03-17drivers/wifi, mb/google: Drop config `WIFI_SAR_CBFS`Furquan Shaikh
2021-03-01acpi: Move PCI functions to separate fileTim Wawrzynczak
2021-02-15src/drivers: Remove unused <console/console.h>Elyes HAOUAS
2020-11-20vc/google/chromeos/sar: Make "SAR not found" log a debug messageMaulik V Vaghela
2020-11-10drivers/wifi: Check device is of type PCI before checking vendor IDFurquan Shaikh
2020-11-09acpi: Call acpi_fill_ssdt() only for enabled devicesKarthikeyan Ramasubramanian
2020-11-02drivers/wifi/generic: Use is_dev_enabled() instead of dev->enabledFurquan Shaikh
2020-11-02wifi: Drop PCI IDs for JfP and HrPFurquan Shaikh
2020-11-02drivers/wifi/generic: Add support for CNVi dummy device opsFurquan Shaikh
2020-11-02drivers/wifi/generic: Split wifi_generic_fill_ssdt into two functionsFurquan Shaikh
2020-11-02drivers/wifi/generic: Move ACPI functions to a separate fileFurquan Shaikh
2020-11-02drivers/wifi/generic: Move SMBIOS functions to a separate fileFurquan Shaikh
2020-11-02drivers/wifi/generic: Use acpigen_write_ADR_pci_deviceFurquan Shaikh
2020-10-13drivers/wifi/generic: Do not generate SAR tables for non-Intel WiFiFurquan Shaikh
2020-10-13drivers/wifi/generic: Limit scope of ACPI-related functions to generic.cFurquan Shaikh
2020-10-13drivers/{intel/wifi,wifi/generic}: Drop separate Intel WiFi driverFurquan Shaikh
2020-10-13wifi: Move addition of CBFS SAR file to wifi/generic/Makefile.incFurquan Shaikh
2020-10-13drivers/{wifi/generic,intel/wifi}: Drop dependency on HAVE_ACPI_TABLESFurquan Shaikh
2020-10-13drivers/wifi/generic: Add support for generating SMBIOS dataFurquan Shaikh
2020-10-11drivers/wifi: Drop maxsleep parameter from chip configFurquan Shaikh
2020-10-11drivers/wifi/generic: Log WiFi wake source to event logFurquan Shaikh
2020-10-07drivers/wifi/generic: Use pci_dev_* operations for device opsFurquan Shaikh
2020-09-21src/drivers: Drop unneeded empty linesElyes HAOUAS
2020-07-28drivers/wifi: Adapt generic wifi driver into a chip driverKarthikeyan Ramasubramanian