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

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

/* Highest firmware API version supported */
#define IWL7260_UCODE_API_MAX
#define IWL7265_UCODE_API_MAX
#define IWL7265D_UCODE_API_MAX
#define IWL3168_UCODE_API_MAX

/* Lowest firmware API version supported */
#define IWL7260_UCODE_API_MIN
#define IWL7265_UCODE_API_MIN
#define IWL7265D_UCODE_API_MIN
#define IWL3168_UCODE_API_MIN

/* NVM versions */
#define IWL7260_NVM_VERSION
#define IWL3160_NVM_VERSION
#define IWL3165_NVM_VERSION
#define IWL3168_NVM_VERSION
#define IWL7265_NVM_VERSION
#define IWL7265D_NVM_VERSION

/* DCCM offsets and lengths */
#define IWL7000_DCCM_OFFSET
#define IWL7260_DCCM_LEN
#define IWL3160_DCCM_LEN
#define IWL7265_DCCM_LEN

#define IWL7260_FW_PRE
#define IWL7260_MODULE_FIRMWARE(api)

#define IWL3160_FW_PRE
#define IWL3160_MODULE_FIRMWARE(api)

#define IWL3168_FW_PRE
#define IWL3168_MODULE_FIRMWARE(api)

#define IWL7265_FW_PRE
#define IWL7265_MODULE_FIRMWARE(api)

#define IWL7265D_FW_PRE
#define IWL7265D_MODULE_FIRMWARE(api)

static const struct iwl_base_params iwl7000_base_params =;

static const struct iwl_tt_params iwl7000_high_temp_tt_params =;

static const struct iwl_ht_params iwl7000_ht_params =;

#define IWL_DEVICE_7000_COMMON

#define IWL_DEVICE_7000

#define IWL_DEVICE_7005

#define IWL_DEVICE_3008

#define IWL_DEVICE_7005D

const struct iwl_cfg iwl7260_2ac_cfg =;

const struct iwl_cfg iwl7260_2ac_cfg_high_temp =;

const struct iwl_cfg iwl7260_2n_cfg =;

const struct iwl_cfg iwl7260_n_cfg =;

const struct iwl_cfg iwl3160_2ac_cfg =;

const struct iwl_cfg iwl3160_2n_cfg =;

const struct iwl_cfg iwl3160_n_cfg =;

static const struct iwl_pwr_tx_backoff iwl7265_pwr_tx_backoffs[] =;

static const struct iwl_ht_params iwl7265_ht_params =;

const struct iwl_cfg iwl3165_2ac_cfg =;

const struct iwl_cfg iwl3168_2ac_cfg =;

const struct iwl_cfg iwl7265_2ac_cfg =;

const struct iwl_cfg iwl7265_2n_cfg =;

const struct iwl_cfg iwl7265_n_cfg =;

const struct iwl_cfg iwl7265d_2ac_cfg =;

const struct iwl_cfg iwl7265d_2n_cfg =;

const struct iwl_cfg iwl7265d_n_cfg =;

MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();
MODULE_FIRMWARE();