commit | 0c4881ced8d2e380d0544f1e7e3249d7bbc45979 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Tue Dec 13 09:56:07 2016 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Mon Feb 06 19:19:25 2017 +0200 |
tree | 1ff27a8dab1a2eb0f33729251d88c93e538d3e99 | |
parent | 49060383a7585c61ab01c0043fd6202878ee9796 [diff] |
iwlwifi: remove unnecessary cfg element in iwl_drv The iwl_drv structure contains trans which already contains cfg, so storing cfg separately in iwl_drv is redundant. Remove it and access trans->cfg instead. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>