commit | 968dcfb4905245dc64d65312c0d17692fa087b99 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Thu Aug 29 11:13:46 2019 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Sep 03 16:50:59 2019 +0300 |
tree | c4e538236fe79b30f06f2da0126c33d5330b17fd | |
parent | 7caac62ed598a196d6ddf8d9c121e12e082cac3a [diff] |
iwlwifi: assign directly to iwl_trans->cfg in QuZ detection We were erroneously assigning the new configuration to a local variable cfg, but that was not being assigned to anything, so the change was getting lost. Assign directly to iwl_trans->cfg instead. Fixes: 5a8c31aa6357 ("iwlwifi: pcie: fix recognition of QuZ devices") Cc: stable@vger.kernel.org # 5.2 Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>