diff options
author | Luca Coelho <luciano.coelho@intel.com> | 2016-12-13 09:56:07 +0200 |
---|---|---|
committer | Luca Coelho <luciano.coelho@intel.com> | 2017-02-06 19:19:25 +0200 |
commit | 0c4881ced8d2e380d0544f1e7e3249d7bbc45979 (patch) | |
tree | 1ff27a8dab1a2eb0f33729251d88c93e538d3e99 /drivers | |
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>
Diffstat (limited to 'drivers')