commit | c24c7f58d77a75343010d88fdf85ddebad2d7438 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Wed Mar 30 20:59:27 2016 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue May 10 22:14:45 2016 +0300 |
tree | bee9c10264ed88dc413c3b32be27e4ccb84e408d | |
parent | 2b1ba3ef921078ac3bd0375fdac9eea2c69ec144 [diff] |
iwlwifi: trans: don't call the trans-specific ref/unref directly It's cleaner to always call the iwl_trans_ref/unref() functions instead of sometimes calling the trans-specific ops directly. This also prepares for moving some of the code from the trans-specific ops to the common trans code. Signed-off-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>