iwlwifi: changing irrelevant comment
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl4965-base.c
index 55ca752ae9e6c01700950149e8bf03f1bd3f9a75..d0f948d2cfab2be71c66372654701b3f6a18ef7d 100644 (file)
@@ -6605,7 +6605,7 @@ static int iwl4965_pci_probe(struct pci_dev *pdev, const struct pci_device_id *e
        if (err)
                goto out_iounmap;
 
-       /* MAC Address location in EEPROM same for 3945/4965 */
+       /* extract MAC Address */
        iwl_eeprom_get_mac(priv, priv->mac_addr);
        IWL_DEBUG_INFO("MAC address: %s\n", print_mac(mac, priv->mac_addr));
        SET_IEEE80211_PERM_ADDR(priv->hw, priv->mac_addr);
This page took 0.029851 seconds and 5 git commands to generate.