]> 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)
commit24f15de1dda536fa9c2e3cf3b9ab2be7fda64d5e
tree760d1e9eaa28e4596b609bd2e299318ed03a9436
parent5f45d2270313987411653a395ba26e84def34880
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