diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-6000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-6000.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index 064981345c84..a35338e20b10 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include "iwl-helpers.h" | 46 | #include "iwl-helpers.h" |
47 | #include "iwl-agn-hw.h" | 47 | #include "iwl-agn-hw.h" |
48 | #include "iwl-6000-hw.h" | 48 | #include "iwl-6000-hw.h" |
49 | #include "iwl-agn-led.h" | ||
50 | #include "iwl-agn-debugfs.h" | 49 | #include "iwl-agn-debugfs.h" |
51 | 50 | ||
52 | /* Highest firmware API version supported */ | 51 | /* Highest firmware API version supported */ |
@@ -397,7 +396,6 @@ static const struct iwl_ops iwl6000_ops = { | |||
397 | .lib = &iwl6000_lib, | 396 | .lib = &iwl6000_lib, |
398 | .hcmd = &iwlagn_hcmd, | 397 | .hcmd = &iwlagn_hcmd, |
399 | .utils = &iwlagn_hcmd_utils, | 398 | .utils = &iwlagn_hcmd_utils, |
400 | .led = &iwlagn_led_ops, | ||
401 | .ieee80211_ops = &iwlagn_hw_ops, | 399 | .ieee80211_ops = &iwlagn_hw_ops, |
402 | }; | 400 | }; |
403 | 401 | ||
@@ -405,7 +403,6 @@ static const struct iwl_ops iwl6050_ops = { | |||
405 | .lib = &iwl6000_lib, | 403 | .lib = &iwl6000_lib, |
406 | .hcmd = &iwlagn_hcmd, | 404 | .hcmd = &iwlagn_hcmd, |
407 | .utils = &iwlagn_hcmd_utils, | 405 | .utils = &iwlagn_hcmd_utils, |
408 | .led = &iwlagn_led_ops, | ||
409 | .nic = &iwl6050_nic_ops, | 406 | .nic = &iwl6050_nic_ops, |
410 | .ieee80211_ops = &iwlagn_hw_ops, | 407 | .ieee80211_ops = &iwlagn_hw_ops, |
411 | }; | 408 | }; |
@@ -414,7 +411,6 @@ static const struct iwl_ops iwl6150_ops = { | |||
414 | .lib = &iwl6000_lib, | 411 | .lib = &iwl6000_lib, |
415 | .hcmd = &iwlagn_hcmd, | 412 | .hcmd = &iwlagn_hcmd, |
416 | .utils = &iwlagn_hcmd_utils, | 413 | .utils = &iwlagn_hcmd_utils, |
417 | .led = &iwlagn_led_ops, | ||
418 | .nic = &iwl6150_nic_ops, | 414 | .nic = &iwl6150_nic_ops, |
419 | .ieee80211_ops = &iwlagn_hw_ops, | 415 | .ieee80211_ops = &iwlagn_hw_ops, |
420 | }; | 416 | }; |
@@ -423,7 +419,6 @@ static const struct iwl_ops iwl6030_ops = { | |||
423 | .lib = &iwl6030_lib, | 419 | .lib = &iwl6030_lib, |
424 | .hcmd = &iwlagn_bt_hcmd, | 420 | .hcmd = &iwlagn_bt_hcmd, |
425 | .utils = &iwlagn_hcmd_utils, | 421 | .utils = &iwlagn_hcmd_utils, |
426 | .led = &iwlagn_led_ops, | ||
427 | .ieee80211_ops = &iwlagn_hw_ops, | 422 | .ieee80211_ops = &iwlagn_hw_ops, |
428 | }; | 423 | }; |
429 | 424 | ||