diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-15 13:56:10 -0800 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-24 16:57:43 -0800 |
commit | 4b7384f936817489a4172b9c5d946f63f479ca15 (patch) | |
tree | 12be98e1a016528415fd9529d0d6757c905be424 /drivers/net/wireless/iwlwifi/iwl-eeprom.h | |
parent | 4f8559383c41262b50dc758e2e310f257ce6a14d (diff) | |
download | blackbird-obmc-linux-4b7384f936817489a4172b9c5d946f63f479ca15.tar.gz blackbird-obmc-linux-4b7384f936817489a4172b9c5d946f63f479ca15.zip |
iwlwifi: remove unused define
was not used, remove it
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index e87be1e551aa..583916db46e4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h @@ -410,7 +410,6 @@ struct iwl_eeprom_calib_info { #define EEPROM_OEM_MODE (2*0x46) /* 2 bytes */ #define EEPROM_WOWLAN_MODE (2*0x47) /* 2 bytes */ #define EEPROM_RADIO_CONFIG (2*0x48) /* 2 bytes */ -#define EEPROM_3945_M_VERSION (2*0x4A) /* 1 bytes */ #define EEPROM_NUM_MAC_ADDRESS (2*0x4C) /* 2 bytes */ /* The following masks are to be applied on EEPROM_RADIO_CONFIG */ |