iwlwifi: remove transport suspend/resume indirection
authorJohannes Berg <johannes.berg@intel.com>
Fri, 2 Aug 2013 08:51:22 +0000 (10:51 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 6 Aug 2013 08:34:33 +0000 (10:34 +0200)
commit5fdda0476c28ff2097ae37f43f40557b91eb0160
treee5591940426ed0347b9fc5f3a73eb3b1ddd165d5
parent1092b9bc0cdc1d8d456d2b9b1f857b06ef5523da
iwlwifi: remove transport suspend/resume indirection

There's no reason for the transport to call itself through
indirect function pointers, inline the (little) code there
is and remove the indirection completely.

Reviewed-by: Gregory Greenman <gregory.greenman@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/iwlwifi/iwl-trans.h
drivers/net/wireless/iwlwifi/pcie/drv.c
drivers/net/wireless/iwlwifi/pcie/trans.c