diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-06-18 11:03:18 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-06-18 11:03:18 -0400 |
commit | c68744fb935400964f7af4835017cad5014c8c88 (patch) | |
tree | 758100691485acbbb90d18f946a6fae9e6040e39 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | a8e827495a3e4d3a096e91b79e644e0665937927 (diff) |
iwlagn: Remove un-necessary indirect call
After driver split, no need to make indirect call to txfifo flush function
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-core.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-core.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 83ec5eb64ede..84f28e106316 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -142,10 +142,6 @@ struct iwl_lib_ops { | |||
142 | 142 | ||
143 | /* temperature */ | 143 | /* temperature */ |
144 | struct iwl_temp_ops temp_ops; | 144 | struct iwl_temp_ops temp_ops; |
145 | |||
146 | int (*txfifo_flush)(struct iwl_priv *priv, u16 flush_control); | ||
147 | void (*dev_txfifo_flush)(struct iwl_priv *priv, u16 flush_control); | ||
148 | |||
149 | }; | 145 | }; |
150 | 146 | ||
151 | /* NIC specific ops */ | 147 | /* NIC specific ops */ |