iwlwifi: trans: don't call the trans-specific ref/unref directly
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 30 Mar 2016 17:59:27 +0000 (20:59 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 10 May 2016 19:14:45 +0000 (22:14 +0300)
commitc24c7f58d77a75343010d88fdf85ddebad2d7438
treebee9c10264ed88dc413c3b32be27e4ccb84e408d
parent2b1ba3ef921078ac3bd0375fdac9eea2c69ec144
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>
drivers/net/wireless/intel/iwlwifi/pcie/internal.h
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
drivers/net/wireless/intel/iwlwifi/pcie/tx.c
This page took 0.025965 seconds and 5 git commands to generate.