commit | d1ff52536a0d1bd516a628ef43dfaf6fe9c90fe2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 12 06:24:30 2012 -0700 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Mon Apr 23 14:30:29 2012 -0700 |
tree | bb50fc848b14272b472e9db65b2a793e93069914 | |
parent | 0db19cde17ece4695cec503f9f6f0a1d4621dac7 [diff] |
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>