diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2010-11-10 12:56:41 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-15 13:26:47 -0500 |
commit | 708068db4c09f93937a6a83ac8fff8516f482b0f (patch) | |
tree | ad304f921b1ed43063bdc3d3d3416f49cd8b5a01 /drivers/net/wireless/iwlwifi/iwl-legacy.h | |
parent | e39fdee1d7856817619326fa114438c146d74510 (diff) |
iwlwifi: legacy tx_cmd_protection function
Legacy (4965 and 3945) devices has different tx_cmd_protection routine.
Move to iwl-legacy.c
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-legacy.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-legacy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-legacy.h b/drivers/net/wireless/iwlwifi/iwl-legacy.h index 81d1ccdb0746..9f7b2f935964 100644 --- a/drivers/net/wireless/iwlwifi/iwl-legacy.h +++ b/drivers/net/wireless/iwlwifi/iwl-legacy.h | |||
@@ -70,6 +70,9 @@ void iwl_legacy_mac_bss_info_changed(struct ieee80211_hw *hw, | |||
70 | struct ieee80211_vif *vif, | 70 | struct ieee80211_vif *vif, |
71 | struct ieee80211_bss_conf *bss_conf, | 71 | struct ieee80211_bss_conf *bss_conf, |
72 | u32 changes); | 72 | u32 changes); |
73 | void iwl_legacy_tx_cmd_protection(struct iwl_priv *priv, | ||
74 | struct ieee80211_tx_info *info, | ||
75 | __le16 fc, __le32 *tx_flags); | ||
73 | 76 | ||
74 | irqreturn_t iwl_isr_legacy(int irq, void *data); | 77 | irqreturn_t iwl_isr_legacy(int irq, void *data); |
75 | 78 | ||