commit | 7e8258c09f56e3285ffffa8d894280eb1f1b927f | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Fri Aug 03 13:24:18 2018 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 06 15:51:02 2019 +0300 |
tree | 07502eb336860cb03a05000b52594a991b08b59b | |
parent | 0c18714a0d32142eb0fa1e41b49eefb5811fcd19 [diff] |
iwlwifi: pass the iwl_config_trans_params when needed Instead of accessing the iwl_config_trans_params from the cfg that is stored in the trans struct, pass this structure directly to functions that need it during trans_alloc. This will be useful to isolate the elements needed during allocation and pass them separately before the actual cfg struct is known. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>