diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index 01d53ebb96ad..624853503db1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -42,6 +42,7 @@ | |||
42 | #include "iwl-io.h" | 42 | #include "iwl-io.h" |
43 | #include "iwl-sta.h" | 43 | #include "iwl-sta.h" |
44 | #include "iwl-helpers.h" | 44 | #include "iwl-helpers.h" |
45 | #include "iwl-agn-led.h" | ||
45 | #include "iwl-5000-hw.h" | 46 | #include "iwl-5000-hw.h" |
46 | #include "iwl-6000-hw.h" | 47 | #include "iwl-6000-hw.h" |
47 | 48 | ||
@@ -1641,11 +1642,12 @@ static struct iwl_lib_ops iwl5150_lib = { | |||
1641 | }, | 1642 | }, |
1642 | }; | 1643 | }; |
1643 | 1644 | ||
1644 | struct iwl_ops iwl5000_ops = { | 1645 | static struct iwl_ops iwl5000_ops = { |
1645 | .ucode = &iwl5000_ucode, | 1646 | .ucode = &iwl5000_ucode, |
1646 | .lib = &iwl5000_lib, | 1647 | .lib = &iwl5000_lib, |
1647 | .hcmd = &iwl5000_hcmd, | 1648 | .hcmd = &iwl5000_hcmd, |
1648 | .utils = &iwl5000_hcmd_utils, | 1649 | .utils = &iwl5000_hcmd_utils, |
1650 | .led = &iwlagn_led_ops, | ||
1649 | }; | 1651 | }; |
1650 | 1652 | ||
1651 | static struct iwl_ops iwl5150_ops = { | 1653 | static struct iwl_ops iwl5150_ops = { |
@@ -1653,6 +1655,7 @@ static struct iwl_ops iwl5150_ops = { | |||
1653 | .lib = &iwl5150_lib, | 1655 | .lib = &iwl5150_lib, |
1654 | .hcmd = &iwl5000_hcmd, | 1656 | .hcmd = &iwl5000_hcmd, |
1655 | .utils = &iwl5000_hcmd_utils, | 1657 | .utils = &iwl5000_hcmd_utils, |
1658 | .led = &iwlagn_led_ops, | ||
1656 | }; | 1659 | }; |
1657 | 1660 | ||
1658 | struct iwl_mod_params iwl50_mod_params = { | 1661 | struct iwl_mod_params iwl50_mod_params = { |