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

// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
/*
 * Copyright (C) 2015-2017 Intel Deutschland GmbH
 * Copyright (C) 2018-2021, 2023 Intel Corporation
 */
#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"
#include "fw/file.h"
#include "iwl-prph.h"

/* Highest firmware API version supported */
#define IWL9000_UCODE_API_MAX

/* Lowest firmware API version supported */
#define IWL9000_UCODE_API_MIN

/* NVM versions */
#define IWL9000_NVM_VERSION

/* Memory offsets and lengths */
#define IWL9000_DCCM_OFFSET
#define IWL9000_DCCM_LEN
#define IWL9000_DCCM2_OFFSET
#define IWL9000_DCCM2_LEN
#define IWL9000_SMEM_OFFSET
#define IWL9000_SMEM_LEN

#define IWL9000_FW_PRE
#define IWL9260_FW_PRE
#define IWL9000_MODULE_FIRMWARE(api)
#define IWL9260_MODULE_FIRMWARE(api)

static const struct iwl_base_params iwl9000_base_params =;

static const struct iwl_ht_params iwl9000_ht_params =;

static const struct iwl_tt_params iwl9000_tt_params =;

#define IWL_DEVICE_9000

const struct iwl_cfg_trans_params iwl9000_trans_cfg =;

const struct iwl_cfg_trans_params iwl9560_trans_cfg =;

const struct iwl_cfg_trans_params iwl9560_long_latency_trans_cfg =;

const struct iwl_cfg_trans_params iwl9560_shared_clk_trans_cfg =;

const char iwl9162_name[] =;
const char iwl9260_name[] =;
const char iwl9260_1_name[] =;
const char iwl9270_name[] =;
const char iwl9461_name[] =;
const char iwl9462_name[] =;
const char iwl9560_name[] =;
const char iwl9162_160_name[] =;
const char iwl9260_160_name[] =;
const char iwl9270_160_name[] =;
const char iwl9461_160_name[] =;
const char iwl9462_160_name[] =;
const char iwl9560_160_name[] =;

const char iwl9260_killer_1550_name[] =;
const char iwl9560_killer_1550i_name[] =;
const char iwl9560_killer_1550i_160_name[] =;
const char iwl9560_killer_1550s_name[] =;
const char iwl9560_killer_1550s_160_name[] =;

const struct iwl_cfg iwl9260_2ac_cfg =;

const struct iwl_cfg iwl9560_2ac_cfg_soc =;

MODULE_FIRMWARE();
MODULE_FIRMWARE();