iwlwifi: unite common settings of HW params
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl4965-base.c
index 2d0d079a24ec7ad68b0e3168cb212144ead76af7..7c7b1034b707c87aafa36c2d1f5921e43c9da5de 100644 (file)
@@ -4243,8 +4243,7 @@ static int iwl4965_pci_probe(struct pci_dev *pdev, const struct pci_device_id *e
        /************************
         * 5. Setup HW constants
         ************************/
-       /* Device-specific setup */
-       if (priv->cfg->ops->lib->set_hw_params(priv)) {
+       if (iwl_set_hw_params(priv)) {
                IWL_ERROR("failed to set hw parameters\n");
                goto out_free_eeprom;
        }
This page took 0.025348 seconds and 5 git commands to generate.