From: Joerg Albert Date: Fri, 21 Aug 2009 20:53:37 +0000 (+0200) Subject: ar9170: remove unnecessary call to ar9170_set_beacon_timers X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=229a7ef7c2861f9ecb7e025f4bd4ea1167fbb0a7;p=linux-beck.git ar9170: remove unnecessary call to ar9170_set_beacon_timers Signed-off-by: Joerg Albert Acked-by: Christian Lamparter Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c index c0fc3554c924..c1f8c69db165 100644 --- a/drivers/net/wireless/ath/ar9170/main.c +++ b/drivers/net/wireless/ath/ar9170/main.c @@ -2031,12 +2031,6 @@ static int ar9170_op_config(struct ieee80211_hw *hw, u32 changed) goto out; } - if (changed & BSS_CHANGED_BEACON_INT) { - err = ar9170_set_beacon_timers(ar); - if (err) - goto out; - } - if (changed & IEEE80211_CONF_CHANGE_CHANNEL) { /* adjust slot time for 5 GHz */