diff options
author | Johannes Berg <johannes.berg@intel.com> | 2011-04-28 10:27:05 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-05-06 13:45:46 -0400 |
commit | 46975f78fe1f480682e51c9acb03a5089b784cb6 (patch) | |
tree | ef1a2b60e2efad4a8b5b54d41fba05056701bdda /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 4613e72dbdc9a44bfc4625d835511264121c4244 (diff) |
iwlagn: remove get_hcmd_size indirection
There's no need for this, all commands are the right size.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index dec9820753f8..9d7e36d0fb2a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
@@ -99,7 +99,6 @@ struct iwl_hcmd_ops { | |||
99 | }; | 99 | }; |
100 | 100 | ||
101 | struct iwl_hcmd_utils_ops { | 101 | struct iwl_hcmd_utils_ops { |
102 | u16 (*get_hcmd_size)(u8 cmd_id, u16 len); | ||
103 | u16 (*build_addsta_hcmd)(const struct iwl_addsta_cmd *cmd, u8 *data); | 102 | u16 (*build_addsta_hcmd)(const struct iwl_addsta_cmd *cmd, u8 *data); |
104 | void (*gain_computation)(struct iwl_priv *priv, | 103 | void (*gain_computation)(struct iwl_priv *priv, |
105 | u32 *average_noise, | 104 | u32 *average_noise, |