diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index 166e9f742596..f4cd9370e7fa 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -898,13 +898,11 @@ static void iwl3945_nic_config(struct iwl_priv *priv) | |||
898 | { | 898 | { |
899 | struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom; | 899 | struct iwl3945_eeprom *eeprom = (struct iwl3945_eeprom *)priv->eeprom; |
900 | unsigned long flags; | 900 | unsigned long flags; |
901 | u8 rev_id = 0; | 901 | u8 rev_id = priv->pci_dev->revision; |
902 | 902 | ||
903 | spin_lock_irqsave(&priv->lock, flags); | 903 | spin_lock_irqsave(&priv->lock, flags); |
904 | 904 | ||
905 | /* Determine HW type */ | 905 | /* Determine HW type */ |
906 | pci_read_config_byte(priv->pci_dev, PCI_REVISION_ID, &rev_id); | ||
907 | |||
908 | IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", rev_id); | 906 | IWL_DEBUG_INFO(priv, "HW Revision ID = 0x%X\n", rev_id); |
909 | 907 | ||
910 | if (rev_id & PCI_CFG_REV_ID_BIT_RTP) | 908 | if (rev_id & PCI_CFG_REV_ID_BIT_RTP) |