diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index ad99ce7824c6..eabc55695aff 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -43,7 +43,6 @@ | |||
43 | #include "iwl-debug.h" | 43 | #include "iwl-debug.h" |
44 | #include "iwl-4965-hw.h" | 44 | #include "iwl-4965-hw.h" |
45 | #include "iwl-3945-hw.h" | 45 | #include "iwl-3945-hw.h" |
46 | #include "iwl-3945-led.h" | ||
47 | #include "iwl-led.h" | 46 | #include "iwl-led.h" |
48 | #include "iwl-power.h" | 47 | #include "iwl-power.h" |
49 | #include "iwl-agn-rs.h" | 48 | #include "iwl-agn-rs.h" |
@@ -73,7 +72,6 @@ struct iwl_tx_queue; | |||
73 | 72 | ||
74 | /* shared structures from iwl-5000.c */ | 73 | /* shared structures from iwl-5000.c */ |
75 | extern struct iwl_mod_params iwl50_mod_params; | 74 | extern struct iwl_mod_params iwl50_mod_params; |
76 | extern struct iwl_ops iwl5000_ops; | ||
77 | extern struct iwl_ucode_ops iwl5000_ucode; | 75 | extern struct iwl_ucode_ops iwl5000_ucode; |
78 | extern struct iwl_lib_ops iwl5000_lib; | 76 | extern struct iwl_lib_ops iwl5000_lib; |
79 | extern struct iwl_hcmd_ops iwl5000_hcmd; | 77 | extern struct iwl_hcmd_ops iwl5000_hcmd; |
@@ -1066,14 +1064,11 @@ struct iwl_priv { | |||
1066 | struct iwl_init_alive_resp card_alive_init; | 1064 | struct iwl_init_alive_resp card_alive_init; |
1067 | struct iwl_alive_resp card_alive; | 1065 | struct iwl_alive_resp card_alive; |
1068 | 1066 | ||
1069 | #ifdef CONFIG_IWLWIFI_LEDS | ||
1070 | unsigned long last_blink_time; | 1067 | unsigned long last_blink_time; |
1071 | u8 last_blink_rate; | 1068 | u8 last_blink_rate; |
1072 | u8 allow_blinking; | 1069 | u8 allow_blinking; |
1073 | u64 led_tpt; | 1070 | u64 led_tpt; |
1074 | struct iwl_led led[IWL_LED_TRG_MAX]; | 1071 | |
1075 | unsigned int rxtxpackets; | ||
1076 | #endif | ||
1077 | u16 active_rate; | 1072 | u16 active_rate; |
1078 | u16 active_rate_basic; | 1073 | u16 active_rate_basic; |
1079 | 1074 | ||