diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-01 10:59:26 -0400 |
---|---|---|
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-07-01 10:59:26 -0400 |
commit | e3f10cea039b235c1de12648ea87b752990c11bf (patch) | |
tree | ccbc8a45b612197c5288f1d14d1ced840bf5adba /drivers/net/wireless/iwlwifi/iwl-1000.c | |
parent | e55b517c4d853a5168ebb4cdd58933b17c593827 (diff) |
iwlagn: remove hcmd ops
All "agn" devices use the same hcmd functions, no need to call indirectly.
remove hcmd_ops
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-1000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-1000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-1000.c b/drivers/net/wireless/iwlwifi/iwl-1000.c index e57fad9f1f09..8c5a829c4119 100644 --- a/drivers/net/wireless/iwlwifi/iwl-1000.c +++ b/drivers/net/wireless/iwlwifi/iwl-1000.c | |||
@@ -197,7 +197,6 @@ static struct iwl_lib_ops iwl1000_lib = { | |||
197 | 197 | ||
198 | static const struct iwl_ops iwl1000_ops = { | 198 | static const struct iwl_ops iwl1000_ops = { |
199 | .lib = &iwl1000_lib, | 199 | .lib = &iwl1000_lib, |
200 | .hcmd = &iwlagn_hcmd, | ||
201 | .utils = &iwlagn_hcmd_utils, | 200 | .utils = &iwlagn_hcmd_utils, |
202 | }; | 201 | }; |
203 | 202 | ||