aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-agn.h
diff options
context:
space:
mode:
authorWey-Yi Guy <wey-yi.w.guy@intel.com>2011-11-10 09:55:16 -0500
committerJohn W. Linville <linville@tuxdriver.com>2011-11-11 12:32:54 -0500
commit76b2933111afe5a04e342040436a90c31c7661d4 (patch)
treecf9a87c086a229c88da4eb12df2ab8ba06f0017e /drivers/net/wireless/iwlwifi/iwl-agn.h
parentba4c531984d480dff554e2ccb442958052482773 (diff)
iwlwifi: move station functions to mac80211
The station related mac80211 callback functions should belong to _mac80211 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-agn.h')
-rw-r--r--drivers/net/wireless/iwlwifi/iwl-agn.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h
index 72af93345592..d325132849f7 100644
--- a/drivers/net/wireless/iwlwifi/iwl-agn.h
+++ b/drivers/net/wireless/iwlwifi/iwl-agn.h
@@ -210,9 +210,6 @@ int iwl_add_station_common(struct iwl_priv *priv, struct iwl_rxon_context *ctx,
210 struct ieee80211_sta *sta, u8 *sta_id_r); 210 struct ieee80211_sta *sta, u8 *sta_id_r);
211int iwl_remove_station(struct iwl_priv *priv, const u8 sta_id, 211int iwl_remove_station(struct iwl_priv *priv, const u8 sta_id,
212 const u8 *addr); 212 const u8 *addr);
213int iwlagn_mac_sta_remove(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
214 struct ieee80211_sta *sta);
215
216u8 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx, 213u8 iwl_prep_station(struct iwl_priv *priv, struct iwl_rxon_context *ctx,
217 const u8 *addr, bool is_ap, struct ieee80211_sta *sta); 214 const u8 *addr, bool is_ap, struct ieee80211_sta *sta);
218 215
@@ -330,10 +327,6 @@ void iwl_sta_modify_sleep_tx_count(struct iwl_priv *priv, int sta_id, int cnt);
330int iwl_update_bcast_station(struct iwl_priv *priv, 327int iwl_update_bcast_station(struct iwl_priv *priv,
331 struct iwl_rxon_context *ctx); 328 struct iwl_rxon_context *ctx);
332int iwl_update_bcast_stations(struct iwl_priv *priv); 329int iwl_update_bcast_stations(struct iwl_priv *priv);
333void iwlagn_mac_sta_notify(struct ieee80211_hw *hw,
334 struct ieee80211_vif *vif,
335 enum sta_notify_cmd cmd,
336 struct ieee80211_sta *sta);
337 330
338/* rate */ 331/* rate */
339static inline u32 iwl_ant_idx_to_flags(u8 ant_idx) 332static inline u32 iwl_ant_idx_to_flags(u8 ant_idx)