iwlegacy: move ops out of config
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
8300719603
commit
c39ae9fd50
@@ -923,8 +923,8 @@ il4965_chain_noise_calibration(struct il_priv *il, void *stat_resp)
|
||||
/* Some power changes may have been made during the calibration.
|
||||
* Update and commit the RXON
|
||||
*/
|
||||
if (il->cfg->ops->lib->update_chain_flags)
|
||||
il->cfg->ops->lib->update_chain_flags(il);
|
||||
if (il->ops->lib->update_chain_flags)
|
||||
il->ops->lib->update_chain_flags(il);
|
||||
|
||||
data->state = IL_CHAIN_NOISE_DONE;
|
||||
il_power_update_mode(il, false);
|
||||
|
Reference in New Issue
Block a user