diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-2000.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-2000.c b/drivers/net/wireless/iwlwifi/iwl-2000.c index 76a3e42a4ff4..75d63e6ee7f4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-2000.c +++ b/drivers/net/wireless/iwlwifi/iwl-2000.c | |||
@@ -198,25 +198,21 @@ static struct iwl_lib_ops iwl2000_lib = { | |||
198 | 198 | ||
199 | static const struct iwl_ops iwl2000_ops = { | 199 | static const struct iwl_ops iwl2000_ops = { |
200 | .lib = &iwl2000_lib, | 200 | .lib = &iwl2000_lib, |
201 | .hcmd = &iwlagn_hcmd, | ||
202 | .utils = &iwlagn_hcmd_utils, | 201 | .utils = &iwlagn_hcmd_utils, |
203 | }; | 202 | }; |
204 | 203 | ||
205 | static const struct iwl_ops iwl2030_ops = { | 204 | static const struct iwl_ops iwl2030_ops = { |
206 | .lib = &iwl2000_lib, | 205 | .lib = &iwl2000_lib, |
207 | .hcmd = &iwlagn_bt_hcmd, | ||
208 | .utils = &iwlagn_hcmd_utils, | 206 | .utils = &iwlagn_hcmd_utils, |
209 | }; | 207 | }; |
210 | 208 | ||
211 | static const struct iwl_ops iwl105_ops = { | 209 | static const struct iwl_ops iwl105_ops = { |
212 | .lib = &iwl2000_lib, | 210 | .lib = &iwl2000_lib, |
213 | .hcmd = &iwlagn_hcmd, | ||
214 | .utils = &iwlagn_hcmd_utils, | 211 | .utils = &iwlagn_hcmd_utils, |
215 | }; | 212 | }; |
216 | 213 | ||
217 | static const struct iwl_ops iwl135_ops = { | 214 | static const struct iwl_ops iwl135_ops = { |
218 | .lib = &iwl2000_lib, | 215 | .lib = &iwl2000_lib, |
219 | .hcmd = &iwlagn_bt_hcmd, | ||
220 | .utils = &iwlagn_hcmd_utils, | 216 | .utils = &iwlagn_hcmd_utils, |
221 | }; | 217 | }; |
222 | 218 | ||