aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-core.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-10-10 10:27:11 -0400
committerJohn W. Linville <linville@tuxdriver.com>2011-10-14 14:48:12 -0400
commitade4c649a0e9e862751fe1c98f43fbee86554c8a (patch)
tree765b476be9dd596952fd399faf9b8afc0d22dac6 /drivers/net/wireless/iwlwifi/iwl-core.h
parent770c72c48193b070e13a08d5df7f3a2cac204569 (diff)
iwlagn: rename all the mac80211 callback functions
Use the same calling style for all the mac80211 callback functions 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-core.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-core.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h
index 080c35543881..151cc43ec519 100644
--- a/drivers/net/wireless/iwlwifi/iwl-core.h
+++ b/drivers/net/wireless/iwlwifi/iwl-core.h
@@ -236,10 +236,10 @@ struct iwl_cfg {
236 * L i b * 236 * L i b *
237 ***************************/ 237 ***************************/
238 238
239int iwl_mac_conf_tx(struct ieee80211_hw *hw, 239int iwlagn_mac_conf_tx(struct ieee80211_hw *hw,
240 struct ieee80211_vif *vif, u16 queue, 240 struct ieee80211_vif *vif, u16 queue,
241 const struct ieee80211_tx_queue_params *params); 241 const struct ieee80211_tx_queue_params *params);
242int iwl_mac_tx_last_beacon(struct ieee80211_hw *hw); 242int iwlagn_mac_tx_last_beacon(struct ieee80211_hw *hw);
243void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, struct iwl_rxon_context *ctx, 243void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, struct iwl_rxon_context *ctx,
244 int hw_decrypt); 244 int hw_decrypt);
245int iwl_check_rxon_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx); 245int iwl_check_rxon_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx);
@@ -259,11 +259,11 @@ bool iwl_is_ht40_tx_allowed(struct iwl_priv *priv,
259void iwl_connection_init_rx_config(struct iwl_priv *priv, 259void iwl_connection_init_rx_config(struct iwl_priv *priv,
260 struct iwl_rxon_context *ctx); 260 struct iwl_rxon_context *ctx);
261void iwl_set_rate(struct iwl_priv *priv); 261void iwl_set_rate(struct iwl_priv *priv);
262int iwl_mac_add_interface(struct ieee80211_hw *hw, 262int iwlagn_mac_add_interface(struct ieee80211_hw *hw,
263 struct ieee80211_vif *vif); 263 struct ieee80211_vif *vif);
264void iwl_mac_remove_interface(struct ieee80211_hw *hw, 264void iwlagn_mac_remove_interface(struct ieee80211_hw *hw,
265 struct ieee80211_vif *vif); 265 struct ieee80211_vif *vif);
266int iwl_mac_change_interface(struct ieee80211_hw *hw, 266int iwlagn_mac_change_interface(struct ieee80211_hw *hw,
267 struct ieee80211_vif *vif, 267 struct ieee80211_vif *vif,
268 enum nl80211_iftype newtype, bool newp2p); 268 enum nl80211_iftype newtype, bool newp2p);
269int iwl_cmd_echo_test(struct iwl_priv *priv); 269int iwl_cmd_echo_test(struct iwl_priv *priv);
@@ -322,7 +322,7 @@ void iwl_init_scan_params(struct iwl_priv *priv);
322int iwl_scan_cancel(struct iwl_priv *priv); 322int iwl_scan_cancel(struct iwl_priv *priv);
323void iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms); 323void iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms);
324void iwl_force_scan_end(struct iwl_priv *priv); 324void iwl_force_scan_end(struct iwl_priv *priv);
325int iwl_mac_hw_scan(struct ieee80211_hw *hw, 325int iwlagn_mac_hw_scan(struct ieee80211_hw *hw,
326 struct ieee80211_vif *vif, 326 struct ieee80211_vif *vif,
327 struct cfg80211_scan_request *req); 327 struct cfg80211_scan_request *req);
328void iwl_internal_short_hw_scan(struct iwl_priv *priv); 328void iwl_internal_short_hw_scan(struct iwl_priv *priv);