linux/drivers/net/wireless/intel/iwlwifi/cfg/8000.c

// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
 * Copyright (C) 2014, 2018-2020, 2023 Intel Corporation
 * Copyright (C) 2014-2015 Intel Mobile Communications GmbH
 * Copyright (C) 2016 Intel Deutschland GmbH
 */
#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"

/* Highest firmware API version supported */
#define IWL8000_UCODE_API_MAX
#define IWL8265_UCODE_API_MAX

/* Lowest firmware API version supported */
#define IWL8000_UCODE_API_MIN
#define IWL8265_UCODE_API_MIN

/* NVM versions */
#define IWL8000_NVM_VERSION

/* Memory offsets and lengths */
#define IWL8260_DCCM_OFFSET
#define IWL8260_DCCM_LEN
#define IWL8260_DCCM2_OFFSET
#define IWL8260_DCCM2_LEN
#define IWL8260_SMEM_OFFSET
#define IWL8260_SMEM_LEN

#define IWL8000_FW_PRE
#define IWL8000_MODULE_FIRMWARE(api)

#define IWL8265_FW_PRE
#define IWL8265_MODULE_FIRMWARE(api)

#define DEFAULT_NVM_FILE_FAMILY_8000C

static const struct iwl_base_params iwl8000_base_params =;

static const struct iwl_ht_params iwl8000_ht_params =;

static const struct iwl_tt_params iwl8000_tt_params =;

#define IWL_DEVICE_8000_COMMON

#define IWL_DEVICE_8000				\

#define IWL_DEVICE_8260				\

#define IWL_DEVICE_8265				\

const struct iwl_cfg iwl8260_2n_cfg =;

const struct iwl_cfg iwl8260_2ac_cfg =;

const struct iwl_cfg iwl8265_2ac_cfg =;

const struct iwl_cfg iwl8275_2ac_cfg =;

const struct iwl_cfg iwl4165_2ac_cfg =;

MODULE_FIRMWARE();
MODULE_FIRMWARE();