#include <linux/module.h>
#include <linux/stringify.h>
#include "iwl-config.h"
#include "iwl-agn-hw.h"
#define IWL1000_UCODE_API_MAX …
#define IWL100_UCODE_API_MAX …
#define IWL1000_UCODE_API_MIN …
#define IWL100_UCODE_API_MIN …
#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(…);