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

// SPDX-License-Identifier: GPL-2.0-only
/******************************************************************************
 *
 * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
 * Copyright(c) 2018 - 2020, 2023 Intel Corporation
 *****************************************************************************/

#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"
#include "iwl-agn-hw.h"
#include "dvm/commands.h" /* needed for BT for now */

/* Highest firmware API version supported */
#define IWL2030_UCODE_API_MAX
#define IWL2000_UCODE_API_MAX
#define IWL105_UCODE_API_MAX
#define IWL135_UCODE_API_MAX

/* Lowest firmware API version supported */
#define IWL2030_UCODE_API_MIN
#define IWL2000_UCODE_API_MIN
#define IWL105_UCODE_API_MIN
#define IWL135_UCODE_API_MIN

/* EEPROM version */
#define EEPROM_2000_TX_POWER_VERSION
#define EEPROM_2000_EEPROM_VERSION


#define IWL2030_FW_PRE
#define IWL2030_MODULE_FIRMWARE(api)

#define IWL2000_FW_PRE
#define IWL2000_MODULE_FIRMWARE(api)

#define IWL105_FW_PRE
#define IWL105_MODULE_FIRMWARE(api)

#define IWL135_FW_PRE
#define IWL135_MODULE_FIRMWARE(api)

static const struct iwl_base_params iwl2000_base_params =;


static const struct iwl_base_params iwl2030_base_params =;

static const struct iwl_ht_params iwl2000_ht_params =;

static const struct iwl_eeprom_params iwl20x0_eeprom_params =;

#define IWL_DEVICE_2000


const struct iwl_cfg iwl2000_2bgn_cfg =;

const struct iwl_cfg iwl2000_2bgn_d_cfg =;

#define IWL_DEVICE_2030

const struct iwl_cfg iwl2030_2bgn_cfg =;

#define IWL_DEVICE_105

const struct iwl_cfg iwl105_bgn_cfg =;

const struct iwl_cfg iwl105_bgn_d_cfg =;

#define IWL_DEVICE_135

const struct iwl_cfg iwl135_bgn_cfg =;

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