]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iwlagn: add offset define for subsystem id
authorWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 13 Jun 2011 22:34:25 +0000 (15:34 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Sat, 18 Jun 2011 15:23:41 +0000 (08:23 -0700)
Add offset define for subsystem id in EEPROM

Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-eeprom.h

index 19058a6fac48d8c4c6e07cee2e05d64f66c88375..c1a17f9eaf33e76f2204aecae8d6d0474535ed6c 100644 (file)
@@ -268,6 +268,7 @@ extern const u8 iwl_eeprom_band_1[14];
 
 /* General */
 #define EEPROM_DEVICE_ID                    (2*0x08)   /* 2 bytes */
+#define EEPROM_SUBSYSTEM_ID                (2*0x0A)    /* 2 bytes */
 #define EEPROM_MAC_ADDRESS                  (2*0x15)   /* 6  bytes */
 #define EEPROM_BOARD_REVISION               (2*0x35)   /* 2  bytes */
 #define EEPROM_BOARD_PBA_NUMBER             (2*0x3B+1) /* 9  bytes */