diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-04-30 14:30:49 -0400 |
---|---|---|
committer | Reinette Chatre <reinette.chatre@intel.com> | 2010-05-10 18:09:07 -0400 |
commit | 57f8db89340f6ba5d913a1950b8dad4431d2beda (patch) | |
tree | 5a22b6173ae8b507be6f6e2f64441f75cfd5aacd /drivers/net/wireless/iwlwifi/iwl-sta.h | |
parent | c1182743b688bce7b0bbd7cff78b049e45672cb5 (diff) |
iwlwifi: rename iwl_add_local_station
This function is now only used for the special
IBSS BSSID station, so rename it to indicate
this. The new name is iwl_add_bssid_station.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-sta.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-sta.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.h b/drivers/net/wireless/iwlwifi/iwl-sta.h index 6872bcfe7de1..64271487daa7 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.h +++ b/drivers/net/wireless/iwlwifi/iwl-sta.h | |||
@@ -63,7 +63,7 @@ void iwl_dealloc_bcast_station(struct iwl_priv *priv); | |||
63 | int iwl_get_free_ucode_key_index(struct iwl_priv *priv); | 63 | int iwl_get_free_ucode_key_index(struct iwl_priv *priv); |
64 | int iwl_send_add_sta(struct iwl_priv *priv, | 64 | int iwl_send_add_sta(struct iwl_priv *priv, |
65 | struct iwl_addsta_cmd *sta, u8 flags); | 65 | struct iwl_addsta_cmd *sta, u8 flags); |
66 | int iwl_add_local_station(struct iwl_priv *priv, const u8 *addr, bool init_rs, | 66 | int iwl_add_bssid_station(struct iwl_priv *priv, const u8 *addr, bool init_rs, |
67 | u8 *sta_id_r); | 67 | u8 *sta_id_r); |
68 | int iwl_add_station_common(struct iwl_priv *priv, const u8 *addr, | 68 | int iwl_add_station_common(struct iwl_priv *priv, const u8 *addr, |
69 | bool is_ap, | 69 | bool is_ap, |