diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-07-18 01:53:02 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-08-04 15:09:07 -0400 |
commit | d783b061077f92af55244aef1df8780b0f46b5af (patch) | |
tree | 854ba1f88294a11ed636d51005ac793d7e6f438e /drivers/net/wireless/iwlwifi/iwl-dev.h | |
parent | ea95bba41e69c616bb1512cf59d22f33266b8568 (diff) |
iwlwifi: move iwl4965_mac_ampdu_action to iwl4965-base.c
This patch moves iwl4965_mac_ampdu_action to iwl4965-base.c.
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 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 010ed69e0e5..d2d4beab82a 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
@@ -643,10 +643,6 @@ struct iwl_priv; | |||
643 | * Forward declare iwl-4965.c functions for iwl-base.c | 643 | * Forward declare iwl-4965.c functions for iwl-base.c |
644 | */ | 644 | */ |
645 | extern void iwl4965_rf_kill_ct_config(struct iwl_priv *priv); | 645 | extern void iwl4965_rf_kill_ct_config(struct iwl_priv *priv); |
646 | |||
647 | int iwl4965_mac_ampdu_action(struct ieee80211_hw *hw, | ||
648 | enum ieee80211_ampdu_mlme_action action, | ||
649 | const u8 *addr, u16 tid, u16 *ssn); | ||
650 | int iwl4965_check_empty_hw_queue(struct iwl_priv *priv, int sta_id, | 646 | int iwl4965_check_empty_hw_queue(struct iwl_priv *priv, int sta_id, |
651 | u8 tid, int txq_id); | 647 | u8 tid, int txq_id); |
652 | 648 | ||