commit | 809805a820c6445f7a701ded24fdc6bbc841d1e4 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Thu Aug 02 17:08:40 2018 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 06 15:42:13 2019 +0300 |
tree | 374af2135cc5dec5e975be88ae431ce8741c166c | |
parent | 91eff3f8200599afc9b98b8e47cdfed824c84b00 [diff] |
iwlwifi: pcie: move some cfg mangling from trans_pcie_alloc to probe There were a couple of special handling to find the correct cfg inside iwl_trans_pcie_alloc(). Move them to iwl_pci_probe() so they're together with the rest of the decisions. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>