diff options
author | Abhijeet Kolekar <abhijeet.kolekar@intel.com> | 2009-04-08 14:26:42 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-22 16:54:42 -0400 |
commit | 06fd3d86a426848dbd8db27b7257a4eb4be8cfae (patch) | |
tree | df400bd19773a995e8c84788b11495e23f0ce947 /drivers/net/wireless/iwlwifi/iwl-5000.c | |
parent | e11bc0286a4ff8f4e5cdefbcce0878d29c03c630 (diff) |
iwl3945/iwlwifi: unify add_station function
Patch unifies the add_station function for 3945 and iwlwifi drivers.
Signed-off-by: Abhijeet Kolekar <abhijeet.kolekar@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-5000.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-5000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-5000.c b/drivers/net/wireless/iwlwifi/iwl-5000.c index 26f30a7ecb1a..52ee77347328 100644 --- a/drivers/net/wireless/iwlwifi/iwl-5000.c +++ b/drivers/net/wireless/iwlwifi/iwl-5000.c | |||
@@ -1473,7 +1473,7 @@ int iwl5000_calc_rssi(struct iwl_priv *priv, | |||
1473 | } | 1473 | } |
1474 | 1474 | ||
1475 | struct iwl_station_mgmt_ops iwl5000_station_mgmt = { | 1475 | struct iwl_station_mgmt_ops iwl5000_station_mgmt = { |
1476 | .add_station_ht = iwl_add_station_flags, | 1476 | .add_station = iwl_add_station_flags, |
1477 | .remove_station = iwl_remove_station, | 1477 | .remove_station = iwl_remove_station, |
1478 | .find_station = iwl_find_station, | 1478 | .find_station = iwl_find_station, |
1479 | .clear_station_table = iwl_clear_stations_table, | 1479 | .clear_station_table = iwl_clear_stations_table, |