iwlagn: reduce redundant parameter definitions
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-agn-ict.c
index c92b2c0cbd9130ee1ba35a1ac160dfd5f0baa0ca..a5dbfea1bfade7da2f53e04c3f9c2c36a681a808 100644 (file)
@@ -59,7 +59,7 @@ void iwl_free_isr_ict(struct iwl_priv *priv)
 int iwl_alloc_isr_ict(struct iwl_priv *priv)
 {
 
-       if (priv->cfg->use_isr_legacy)
+       if (priv->cfg->base_params->use_isr_legacy)
                return 0;
        /* allocate shrared data table */
        priv->_agn.ict_tbl_vir =
This page took 0.026681 seconds and 5 git commands to generate.