diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.h b/drivers/net/wireless/iwlwifi/iwl-3945.h index bdd32475b99c..7187925bd0d5 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.h +++ b/drivers/net/wireless/iwlwifi/iwl-3945.h | |||
@@ -828,8 +828,6 @@ struct iwl3945_priv { | |||
828 | unsigned long last_statistics_time; | 828 | unsigned long last_statistics_time; |
829 | 829 | ||
830 | /* context information */ | 830 | /* context information */ |
831 | u8 essid[IW_ESSID_MAX_SIZE]; | ||
832 | u8 essid_len; | ||
833 | u16 rates_mask; | 831 | u16 rates_mask; |
834 | 832 | ||
835 | u32 power_mode; | 833 | u32 power_mode; |
@@ -954,6 +952,8 @@ static inline int is_channel_ibss(const struct iwl3945_channel_info *ch) | |||
954 | extern const struct iwl3945_channel_info *iwl3945_get_channel_info( | 952 | extern const struct iwl3945_channel_info *iwl3945_get_channel_info( |
955 | const struct iwl3945_priv *priv, enum ieee80211_band band, u16 channel); | 953 | const struct iwl3945_priv *priv, enum ieee80211_band band, u16 channel); |
956 | 954 | ||
955 | extern int iwl3945_rs_next_rate(struct iwl3945_priv *priv, int rate); | ||
956 | |||
957 | /* Requires full declaration of iwl3945_priv before including */ | 957 | /* Requires full declaration of iwl3945_priv before including */ |
958 | #include "iwl-3945-io.h" | 958 | #include "iwl-3945-io.h" |
959 | 959 | ||