]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: don't access trans_cfg via cfg
authorLuca Coelho <luciano.coelho@intel.com>
Thu, 8 Aug 2019 10:52:50 +0000 (13:52 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Oct 2019 10:01:03 +0000 (13:01 +0300)
commitaaf78258c1274872780e5a137c0479c6728b8ee0
tree760d1e9eaa28e4596b609bd2e299318ed03a9436
parentc42009cd40af73cafb9966ce81186454585487ce
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>
drivers/net/wireless/intel/iwlwifi/iwl-io.h