~ubuntu-branches/ubuntu/karmic/linux-mvl-dove/karmic-proposed

« back to all changes in this revision

Viewing changes to drivers/net/wireless/iwlwifi/iwl-eeprom.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Bader
  • Date: 2010-03-10 22:24:12 UTC
  • mto: (15.1.2 karmic-security)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20100310222412-k86m3r53jw0je7x1
Tags: upstream-2.6.31
ImportĀ upstreamĀ versionĀ 2.6.31

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
#define EEPROM_5050_EEPROM_VERSION      (0x21E)
181
181
 
182
182
/* OTP */
183
 
/* lower blocks contain EEPROM image and calibration data */
184
 
#define OTP_LOW_IMAGE_SIZE              (2 * 512 * sizeof(u16)) /* 2 KB */
185
 
/* high blocks contain PAPD data */
186
 
#define OTP_HIGH_IMAGE_SIZE_6x00        (6 * 512 * sizeof(u16)) /* 6 KB */
187
 
#define OTP_HIGH_IMAGE_SIZE_1000        (0x200 * sizeof(u16)) /* 1024 bytes */
188
 
#define OTP_MAX_LL_ITEMS_1000           (3)     /* OTP blocks for 1000 */
189
 
#define OTP_MAX_LL_ITEMS_6x00           (4)     /* OTP blocks for 6x00 */
190
 
#define OTP_MAX_LL_ITEMS_6x50           (7)     /* OTP blocks for 6x50 */
 
183
#define OTP_LOWER_BLOCKS_TOTAL          (3)
 
184
#define OTP_BLOCK_SIZE                  (0x400)
191
185
 
192
186
/* 2.4 GHz */
193
187
extern const u8 iwl_eeprom_band_1[14];