iwlagn: remove the indirection for update_chain_flags
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl-agn-calib.c
index 2ec3863306b176615ea3bdf7db98d26524fc0283..710ada9c41325b6f2816ee23340e322a4af93013 100644 (file)
@@ -1001,8 +1001,7 @@ void iwl_chain_noise_calibration(struct iwl_priv *priv)
        /* Some power changes may have been made during the calibration.
         * Update and commit the RXON
         */
-       if (priv->cfg->ops->lib->update_chain_flags)
-               priv->cfg->ops->lib->update_chain_flags(priv);
+       iwl_update_chain_flags(priv);
 
        data->state = IWL_CHAIN_NOISE_DONE;
        iwl_power_update_mode(priv, false);
This page took 0.033832 seconds and 5 git commands to generate.