]> git.baikalelectronics.ru Git - kernel.git/commit
iwlwifi: use direct calls for transport free
authorJohannes Berg <johannes.berg@intel.com>
Thu, 12 Apr 2012 13:24:30 +0000 (06:24 -0700)
committerWey-Yi Guy <wey-yi.w.guy@intel.com>
Mon, 23 Apr 2012 21:30:29 +0000 (14:30 -0700)
commit19f9e04b23b8682116a02b7acfc4bba2380b36d4
treebb50fc848b14272b472e9db65b2a793e93069914
parent4ad2211ce80a8d582471709af6c0d3c58bd5f40e
iwlwifi: use direct calls for transport free

Since the transport allocates and frees itself in
the transport specific code, there's no need for
virtual functions for it. Remove the free method
and call the correct functions directly.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
drivers/net/wireless/iwlwifi/iwl-pci.c
drivers/net/wireless/iwlwifi/iwl-trans-pcie-int.h
drivers/net/wireless/iwlwifi/iwl-trans-pcie.c
drivers/net/wireless/iwlwifi/iwl-trans.h