diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2008-06-30 05:23:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-06-30 17:37:40 -0400 |
commit | 1781a07fbe9cce3dc1697288a5edd260ea7edc02 (patch) | |
tree | be06e824b69af8d43edfeab2c78a353f0bf7f8ce /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | 37deb2a0baf1bb540b723cc8a3972b42ff2daac6 (diff) |
iwlwifi: move RX handlers to iwl-rx.c
This patch moves RX handlers to iwl-rx.c
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-dev.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-dev.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index fd008ab63bd9..8017e57dc148 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -591,11 +591,6 @@ extern int iwl_send_add_sta(struct iwl_priv *priv, | |||
591 | struct iwl_addsta_cmd *sta, u8 flags); | 591 | struct iwl_addsta_cmd *sta, u8 flags); |
592 | u8 iwl_add_station_flags(struct iwl_priv *priv, const u8 *addr, int is_ap, | 592 | u8 iwl_add_station_flags(struct iwl_priv *priv, const u8 *addr, int is_ap, |
593 | u8 flags, struct ieee80211_ht_info *ht_info); | 593 | u8 flags, struct ieee80211_ht_info *ht_info); |
594 | extern int iwl4965_is_network_packet(struct iwl_priv *priv, | ||
595 | struct ieee80211_hdr *header); | ||
596 | extern int iwl4965_is_duplicate_packet(struct iwl_priv *priv, | ||
597 | struct ieee80211_hdr *header); | ||
598 | extern int iwl4965_calc_sig_qual(int rssi_dbm, int noise_dbm); | ||
599 | extern unsigned int iwl4965_fill_beacon_frame(struct iwl_priv *priv, | 594 | extern unsigned int iwl4965_fill_beacon_frame(struct iwl_priv *priv, |
600 | struct ieee80211_hdr *hdr, | 595 | struct ieee80211_hdr *hdr, |
601 | const u8 *dest, int left); | 596 | const u8 *dest, int left); |
@@ -625,8 +620,6 @@ extern void iwl_txq_ctx_stop(struct iwl_priv *priv); | |||
625 | extern unsigned int iwl4965_hw_get_beacon_cmd(struct iwl_priv *priv, | 620 | extern unsigned int iwl4965_hw_get_beacon_cmd(struct iwl_priv *priv, |
626 | struct iwl_frame *frame, u8 rate); | 621 | struct iwl_frame *frame, u8 rate); |
627 | extern void iwl4965_disable_events(struct iwl_priv *priv); | 622 | extern void iwl4965_disable_events(struct iwl_priv *priv); |
628 | extern void iwl4965_rx_reply_rx(struct iwl_priv *priv, | ||
629 | struct iwl_rx_mem_buffer *rxb); | ||
630 | 623 | ||
631 | extern int iwl4965_hw_channel_switch(struct iwl_priv *priv, u16 channel); | 624 | extern int iwl4965_hw_channel_switch(struct iwl_priv *priv, u16 channel); |
632 | extern int iwl_queue_space(const struct iwl_queue *q); | 625 | extern int iwl_queue_space(const struct iwl_queue *q); |