diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-eeprom.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-eeprom.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index 3479153d96ca..195b4ef12c27 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
@@ -179,6 +179,10 @@ struct iwl_eeprom_channel { | |||
179 | #define EEPROM_5050_TX_POWER_VERSION (4) | 179 | #define EEPROM_5050_TX_POWER_VERSION (4) |
180 | #define EEPROM_5050_EEPROM_VERSION (0x21E) | 180 | #define EEPROM_5050_EEPROM_VERSION (0x21E) |
181 | 181 | ||
182 | /* OTP */ | ||
183 | #define OTP_LOWER_BLOCKS_TOTAL (3) | ||
184 | #define OTP_BLOCK_SIZE (0x400) | ||
185 | |||
182 | /* 2.4 GHz */ | 186 | /* 2.4 GHz */ |
183 | extern const u8 iwl_eeprom_band_1[14]; | 187 | extern const u8 iwl_eeprom_band_1[14]; |
184 | 188 | ||