diff options
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | 2011-10-10 10:27:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-10-14 14:48:12 -0400 |
commit | ade4c649a0e9e862751fe1c98f43fbee86554c8a (patch) | |
tree | 765b476be9dd596952fd399faf9b8afc0d22dac6 /drivers/net/wireless/iwlwifi/iwl-core.h | |
parent | 770c72c48193b070e13a08d5df7f3a2cac204569 (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.h | 12 |
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 | ||
239 | int iwl_mac_conf_tx(struct ieee80211_hw *hw, | 239 | int 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); |
242 | int iwl_mac_tx_last_beacon(struct ieee80211_hw *hw); | 242 | int iwlagn_mac_tx_last_beacon(struct ieee80211_hw *hw); |
243 | void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, struct iwl_rxon_context *ctx, | 243 | void iwl_set_rxon_hwcrypto(struct iwl_priv *priv, struct iwl_rxon_context *ctx, |
244 | int hw_decrypt); | 244 | int hw_decrypt); |
245 | int iwl_check_rxon_cmd(struct iwl_priv *priv, struct iwl_rxon_context *ctx); | 245 | int 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, | |||
259 | void iwl_connection_init_rx_config(struct iwl_priv *priv, | 259 | void iwl_connection_init_rx_config(struct iwl_priv *priv, |
260 | struct iwl_rxon_context *ctx); | 260 | struct iwl_rxon_context *ctx); |
261 | void iwl_set_rate(struct iwl_priv *priv); | 261 | void iwl_set_rate(struct iwl_priv *priv); |
262 | int iwl_mac_add_interface(struct ieee80211_hw *hw, | 262 | int iwlagn_mac_add_interface(struct ieee80211_hw *hw, |
263 | struct ieee80211_vif *vif); | 263 | struct ieee80211_vif *vif); |
264 | void iwl_mac_remove_interface(struct ieee80211_hw *hw, | 264 | void iwlagn_mac_remove_interface(struct ieee80211_hw *hw, |
265 | struct ieee80211_vif *vif); | 265 | struct ieee80211_vif *vif); |
266 | int iwl_mac_change_interface(struct ieee80211_hw *hw, | 266 | int 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); |
269 | int iwl_cmd_echo_test(struct iwl_priv *priv); | 269 | int iwl_cmd_echo_test(struct iwl_priv *priv); |
@@ -322,7 +322,7 @@ void iwl_init_scan_params(struct iwl_priv *priv); | |||
322 | int iwl_scan_cancel(struct iwl_priv *priv); | 322 | int iwl_scan_cancel(struct iwl_priv *priv); |
323 | void iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms); | 323 | void iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms); |
324 | void iwl_force_scan_end(struct iwl_priv *priv); | 324 | void iwl_force_scan_end(struct iwl_priv *priv); |
325 | int iwl_mac_hw_scan(struct ieee80211_hw *hw, | 325 | int 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); |
328 | void iwl_internal_short_hw_scan(struct iwl_priv *priv); | 328 | void iwl_internal_short_hw_scan(struct iwl_priv *priv); |