commit | 1fee35d04a42290a3c44b8a4e3c66dbdd6180c42 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Thu Aug 08 13:52:50 2019 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Wed Oct 09 13:01:03 2019 +0300 |
tree | 760d1e9eaa28e4596b609bd2e299318ed03a9436 | |
parent | 98d22b01f9f6f85eb8870290006241b316829fd3 [diff] |
iwlwifi: don't access trans_cfg via cfg We copy cfg->trans to trans->trans_cfg at the very beginning, so don't try to access it via cfg->trans anymore, because the cfg may be unset in later cases. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>