aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-2000.c')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-2000.c4
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
199static const struct iwl_ops iwl2000_ops = { 199static 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
205static const struct iwl_ops iwl2030_ops = { 204static 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
211static const struct iwl_ops iwl105_ops = { 209static 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
217static const struct iwl_ops iwl135_ops = { 214static 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