diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-4965.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-4965.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-4965.h b/drivers/net/wireless/iwlwifi/iwl-4965.h index e5ab4c01ec9b..c8e73a5212af 100644 --- a/drivers/net/wireless/iwlwifi/iwl-4965.h +++ b/drivers/net/wireless/iwlwifi/iwl-4965.h | |||
@@ -638,7 +638,6 @@ extern unsigned int iwl4965_fill_beacon_frame(struct iwl_priv *priv, | |||
638 | const u8 *dest, int left); | 638 | const u8 *dest, int left); |
639 | extern int iwl4965_rx_queue_update_write_ptr(struct iwl_priv *priv, | 639 | extern int iwl4965_rx_queue_update_write_ptr(struct iwl_priv *priv, |
640 | struct iwl4965_rx_queue *q); | 640 | struct iwl4965_rx_queue *q); |
641 | extern int iwl4965_send_statistics_request(struct iwl_priv *priv); | ||
642 | extern void iwl4965_set_decrypted_flag(struct iwl_priv *priv, struct sk_buff *skb, | 641 | extern void iwl4965_set_decrypted_flag(struct iwl_priv *priv, struct sk_buff *skb, |
643 | u32 decrypt_res, | 642 | u32 decrypt_res, |
644 | struct ieee80211_rx_status *stats); | 643 | struct ieee80211_rx_status *stats); |
@@ -1206,7 +1205,6 @@ struct iwl_priv { | |||
1206 | #ifdef CONFIG_IWL4965_SENSITIVITY | 1205 | #ifdef CONFIG_IWL4965_SENSITIVITY |
1207 | struct work_struct sensitivity_work; | 1206 | struct work_struct sensitivity_work; |
1208 | #endif | 1207 | #endif |
1209 | struct work_struct statistics_work; | ||
1210 | struct timer_list statistics_periodic; | 1208 | struct timer_list statistics_periodic; |
1211 | }; /*iwl_priv */ | 1209 | }; /*iwl_priv */ |
1212 | 1210 | ||