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

// SPDX-License-Identifier: GPL-2.0-only
/******************************************************************************
 *
 * Copyright(c) 2007 - 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"

/* Highest firmware API version supported */
#define IWL5000_UCODE_API_MAX
#define IWL5150_UCODE_API_MAX

/* Lowest firmware API version supported */
#define IWL5000_UCODE_API_MIN
#define IWL5150_UCODE_API_MIN

/* EEPROM versions */
#define EEPROM_5000_TX_POWER_VERSION
#define EEPROM_5000_EEPROM_VERSION
#define EEPROM_5050_TX_POWER_VERSION
#define EEPROM_5050_EEPROM_VERSION

#define IWL5000_FW_PRE
#define IWL5000_MODULE_FIRMWARE(api)

#define IWL5150_FW_PRE
#define IWL5150_MODULE_FIRMWARE(api)

static const struct iwl_base_params iwl5000_base_params =;

static const struct iwl_ht_params iwl5000_ht_params =;

static const struct iwl_eeprom_params iwl5000_eeprom_params =;

#define IWL_DEVICE_5000

const struct iwl_cfg iwl5300_agn_cfg =;

const struct iwl_cfg iwl5100_bgn_cfg =;

const struct iwl_cfg iwl5100_abg_cfg =;

const struct iwl_cfg iwl5100_agn_cfg =;

const struct iwl_cfg iwl5350_agn_cfg =;

#define IWL_DEVICE_5150

const struct iwl_cfg iwl5150_agn_cfg =;

const struct iwl_cfg iwl5150_abg_cfg =;

MODULE_FIRMWARE();
MODULE_FIRMWARE();