]> 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)
commit9dbe5a7e612815a6c453334a7781392d6a76e810
treebb50fc848b14272b472e9db65b2a793e93069914
parent2a2d10c4c591bf3fbef25b9af414856389abb9c7
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