Merge branch 'master'

This commit is contained in:
Jeff Garzik
2006-02-07 01:47:12 -05:00
1149 changed files with 33822 additions and 20501 deletions

View File

@@ -2463,7 +2463,7 @@ static void ipw_eeprom_init_sram(struct ipw_priv *priv)
copy. Otherwise let the firmware know to perform the operation
on its own.
*/
if ((priv->eeprom + EEPROM_VERSION) != 0) {
if (priv->eeprom[EEPROM_VERSION] != 0) {
IPW_DEBUG_INFO("Writing EEPROM data into SRAM\n");
/* write the eeprom data to sram */