diff options
author | David S. Miller <davem@davemloft.net> | 2008-03-27 21:01:13 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-27 21:01:13 -0400 |
commit | ed85f2c3b2b72bd20f617ac749f5c22be8d0f66e (patch) | |
tree | cb077293e1b36a5d6e2a138deb9663078a2d850e /drivers/net/wireless/iwlwifi/iwl-3945.h | |
parent | bc09dff198e67a98a82c42000006b39f6d502031 (diff) | |
parent | e5225b397308f9eea86327293b73dc88068e0179 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.26
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index 931c465f9e5e..d7ccf13b875d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -44,6 +44,7 @@ extern struct pci_device_id iwl3945_hw_card_ids[]; | |||
44 | #include "iwl-prph.h" | 44 | #include "iwl-prph.h" |
45 | #include "iwl-3945-hw.h" | 45 | #include "iwl-3945-hw.h" |
46 | #include "iwl-3945-debug.h" | 46 | #include "iwl-3945-debug.h" |
47 | #include "iwl-3945-led.h" | ||
47 | 48 | ||
48 | /* Change firmware file name, using "-" and incrementing number, | 49 | /* Change firmware file name, using "-" and incrementing number, |
49 | * *only* when uCode interface or architecture changes so that it | 50 | * *only* when uCode interface or architecture changes so that it |
@@ -777,13 +778,15 @@ struct iwl3945_priv { | |||
777 | struct iwl3945_init_alive_resp card_alive_init; | 778 | struct iwl3945_init_alive_resp card_alive_init; |
778 | struct iwl3945_alive_resp card_alive; | 779 | struct iwl3945_alive_resp card_alive; |
779 | 780 | ||
780 | #ifdef LED | 781 | #ifdef CONFIG_IWL4965_LEDS |
781 | /* LED related variables */ | 782 | struct iwl3945_led led[IWL_LED_TRG_MAX]; |
782 | struct iwl3945_activity_blink activity; | 783 | unsigned long last_blink_time; |
783 | unsigned long led_packets; | 784 | u8 last_blink_rate; |
784 | int led_state; | 785 | u8 allow_blinking; |
786 | unsigned int rxtxpackets; | ||
785 | #endif | 787 | #endif |
786 | 788 | ||
789 | |||
787 | u16 active_rate; | 790 | u16 active_rate; |
788 | u16 active_rate_basic; | 791 | u16 active_rate_basic; |
789 | 792 | ||
@@ -827,7 +830,7 @@ struct iwl3945_priv { | |||
827 | struct iwl3945_station_entry stations[IWL_STATION_COUNT]; | 830 | struct iwl3945_station_entry stations[IWL_STATION_COUNT]; |
828 | 831 | ||
829 | /* Indication if ieee80211_ops->open has been called */ | 832 | /* Indication if ieee80211_ops->open has been called */ |
830 | int is_open; | 833 | u8 is_open; |
831 | 834 | ||
832 | u8 mac80211_registered; | 835 | u8 mac80211_registered; |
833 | 836 | ||
@@ -848,7 +851,7 @@ struct iwl3945_priv { | |||
848 | /* eeprom */ | 851 | /* eeprom */ |
849 | struct iwl3945_eeprom eeprom; | 852 | struct iwl3945_eeprom eeprom; |
850 | 853 | ||
851 | int iw_mode; | 854 | enum ieee80211_if_types iw_mode; |
852 | 855 | ||
853 | struct sk_buff *ibss_beacon; | 856 | struct sk_buff *ibss_beacon; |
854 | 857 | ||