diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-03-04 14:10:40 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-04 14:10:40 -0500 |
commit | 85a7045a90052749885e166f40af5e9140032287 (patch) | |
tree | cb4702d50bbe1d10ab9320ad3f63323b817727f7 /drivers/net/wireless/iwlwifi/iwl-agn.h | |
parent | 29546a6404e3a4b5d13f0a9586eb5cf1c3b25167 (diff) | |
parent | e46395a4b3d32d161d8b6d8e4a002972b1faae3e (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-agn.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-agn.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h index d00e1ea50a8d..b5a169be48e2 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.h +++ b/drivers/net/wireless/iwlwifi/iwl-agn.h | |||
@@ -121,8 +121,6 @@ void iwl_disable_ict(struct iwl_priv *priv); | |||
121 | int iwl_alloc_isr_ict(struct iwl_priv *priv); | 121 | int iwl_alloc_isr_ict(struct iwl_priv *priv); |
122 | void iwl_free_isr_ict(struct iwl_priv *priv); | 122 | void iwl_free_isr_ict(struct iwl_priv *priv); |
123 | irqreturn_t iwl_isr_ict(int irq, void *data); | 123 | irqreturn_t iwl_isr_ict(int irq, void *data); |
124 | bool iwl_good_ack_health(struct iwl_priv *priv, | ||
125 | struct iwl_rx_packet *pkt); | ||
126 | 124 | ||
127 | /* tx queue */ | 125 | /* tx queue */ |
128 | void iwlagn_set_wr_ptrs(struct iwl_priv *priv, | 126 | void iwlagn_set_wr_ptrs(struct iwl_priv *priv, |
@@ -248,8 +246,6 @@ u8 iwl_toggle_tx_ant(struct iwl_priv *priv, u8 ant_idx, u8 valid); | |||
248 | /* rx */ | 246 | /* rx */ |
249 | void iwl_rx_missed_beacon_notif(struct iwl_priv *priv, | 247 | void iwl_rx_missed_beacon_notif(struct iwl_priv *priv, |
250 | struct iwl_rx_mem_buffer *rxb); | 248 | struct iwl_rx_mem_buffer *rxb); |
251 | bool iwl_good_plcp_health(struct iwl_priv *priv, | ||
252 | struct iwl_rx_packet *pkt); | ||
253 | void iwl_rx_statistics(struct iwl_priv *priv, | 249 | void iwl_rx_statistics(struct iwl_priv *priv, |
254 | struct iwl_rx_mem_buffer *rxb); | 250 | struct iwl_rx_mem_buffer *rxb); |
255 | void iwl_reply_statistics(struct iwl_priv *priv, | 251 | void iwl_reply_statistics(struct iwl_priv *priv, |
@@ -356,7 +352,7 @@ iwlagn_remove_notification(struct iwl_priv *priv, | |||
356 | struct iwl_notification_wait *wait_entry); | 352 | struct iwl_notification_wait *wait_entry); |
357 | 353 | ||
358 | /* mac80211 handlers (for 4965) */ | 354 | /* mac80211 handlers (for 4965) */ |
359 | int iwlagn_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb); | 355 | void iwlagn_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb); |
360 | int iwlagn_mac_start(struct ieee80211_hw *hw); | 356 | int iwlagn_mac_start(struct ieee80211_hw *hw); |
361 | void iwlagn_mac_stop(struct ieee80211_hw *hw); | 357 | void iwlagn_mac_stop(struct ieee80211_hw *hw); |
362 | void iwlagn_configure_filter(struct ieee80211_hw *hw, | 358 | void iwlagn_configure_filter(struct ieee80211_hw *hw, |