diff options
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-3945.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-3945.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-3945.c b/drivers/net/wireless/iwlwifi/iwl-3945.c index 05d808b28777..7fb159565f68 100644 --- a/drivers/net/wireless/iwlwifi/iwl-3945.c +++ b/drivers/net/wireless/iwlwifi/iwl-3945.c | |||
@@ -1992,7 +1992,7 @@ static int iwl3945_commit_rxon(struct iwl_priv *priv) | |||
1992 | "configuration (%d).\n", rc); | 1992 | "configuration (%d).\n", rc); |
1993 | return rc; | 1993 | return rc; |
1994 | } | 1994 | } |
1995 | iwl_clear_ucode_stations(priv, false); | 1995 | iwl_clear_ucode_stations(priv); |
1996 | iwl_restore_stations(priv); | 1996 | iwl_restore_stations(priv); |
1997 | } | 1997 | } |
1998 | 1998 | ||
@@ -2025,7 +2025,7 @@ static int iwl3945_commit_rxon(struct iwl_priv *priv) | |||
2025 | memcpy(active_rxon, staging_rxon, sizeof(*active_rxon)); | 2025 | memcpy(active_rxon, staging_rxon, sizeof(*active_rxon)); |
2026 | 2026 | ||
2027 | if (!new_assoc) { | 2027 | if (!new_assoc) { |
2028 | iwl_clear_ucode_stations(priv, false); | 2028 | iwl_clear_ucode_stations(priv); |
2029 | iwl_restore_stations(priv); | 2029 | iwl_restore_stations(priv); |
2030 | } | 2030 | } |
2031 | 2031 | ||
@@ -2853,7 +2853,6 @@ static struct iwl_lib_ops iwl3945_lib = { | |||
2853 | .isr = iwl_isr_legacy, | 2853 | .isr = iwl_isr_legacy, |
2854 | .config_ap = iwl3945_config_ap, | 2854 | .config_ap = iwl3945_config_ap, |
2855 | .manage_ibss_station = iwl3945_manage_ibss_station, | 2855 | .manage_ibss_station = iwl3945_manage_ibss_station, |
2856 | .add_bcast_station = iwl3945_add_bcast_station, | ||
2857 | .check_plcp_health = iwl3945_good_plcp_health, | 2856 | .check_plcp_health = iwl3945_good_plcp_health, |
2858 | 2857 | ||
2859 | .debugfs_ops = { | 2858 | .debugfs_ops = { |