Skip to content

Commit

Permalink
[PATCH] iwlwifi: Correction for sending beacon in config_ap
Browse files Browse the repository at this point in the history
This patch takes out sending beacon from conditional in
config_ap function.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Zhu Yi <yi.zhu@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Zhu Yi authored and David S. Miller committed Oct 10, 2007
1 parent cfe0170 commit e1493de
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions drivers/net/wireless/iwlwifi/iwl4965-base.c
Original file line number Diff line number Diff line change
Expand Up @@ -7493,9 +7493,8 @@ static void iwl_config_ap(struct iwl_priv *priv)
iwl_activate_qos(priv, 1);
#endif
iwl_rxon_add_station(priv, BROADCAST_ADDR, 0);
iwl_send_beacon_cmd(priv);
} else
iwl_send_beacon_cmd(priv);
}
iwl_send_beacon_cmd(priv);

/* FIXME - we need to add code here to detect a totally new
* configuration, reset the AP, unassoc, rxon timing, assoc,
Expand Down

0 comments on commit e1493de

Please sign in to comment.