linux/drivers/net/wireless/intel/iwlwifi/cfg/1000.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"

/* Highest firmware API version supported */
#define IWL1000_UCODE_API_MAX
#define IWL100_UCODE_API_MAX

/* Lowest firmware API version supported */
#define IWL1000_UCODE_API_MIN
#define IWL100_UCODE_API_MIN

/* EEPROM version */
#define EEPROM_1000_TX_POWER_VERSION
#define EEPROM_1000_EEPROM_VERSION

#define IWL1000_FW_PRE
#define IWL1000_MODULE_FIRMWARE(api)

#define IWL100_FW_PRE
#define IWL100_MODULE_FIRMWARE(api)


static const struct iwl_base_params iwl1000_base_params =;

static const struct iwl_ht_params iwl1000_ht_params =;

static const struct iwl_eeprom_params iwl1000_eeprom_params =;

#define IWL_DEVICE_1000

const struct iwl_cfg iwl1000_bgn_cfg =;

const struct iwl_cfg iwl1000_bg_cfg =;

#define IWL_DEVICE_100

const struct iwl_cfg iwl100_bgn_cfg =;

const struct iwl_cfg iwl100_bg_cfg =;

MODULE_FIRMWARE();
MODULE_FIRMWARE();