linux/drivers/net/wireless/marvell/mwifiex/pcie_quirks.c

// SPDX-License-Identifier: GPL-2.0-only
// NXP Wireless LAN device driver: PCIE and platform specific quirks

#include <linux/dmi.h>

#include "pcie_quirks.h"

/* quirk table based on DMI matching */
static const struct dmi_system_id mwifiex_quirk_table[] =;

void mwifiex_initialize_quirks(struct pcie_service_card *card)
{}

static void mwifiex_pcie_set_power_d3cold(struct pci_dev *pdev)
{}

static int mwifiex_pcie_set_power_d0(struct pci_dev *pdev)
{}

int mwifiex_pcie_reset_d3cold_quirk(struct pci_dev *pdev)
{}