linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2 v2] ar9170: remove unnecessary call to ar9170_set_beacon_timers
@ 2009-08-21 20:53 Joerg Albert
  2009-08-21 21:24 ` Christian Lamparter
  0 siblings, 1 reply; 2+ messages in thread
From: Joerg Albert @ 2009-08-21 20:53 UTC (permalink / raw)
  To: John W. Linville; +Cc: linux-wireless@vger.kernel.org, Christian Lamparter


Signed-off-by: Joerg Albert <jal2@gmx.de>

---
 drivers/net/wireless/ath/ar9170/main.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c
index 911e502..5b73194 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 */
-- 
1.6.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2 v2] ar9170: remove unnecessary call to ar9170_set_beacon_timers
  2009-08-21 20:53 [PATCH 2/2 v2] ar9170: remove unnecessary call to ar9170_set_beacon_timers Joerg Albert
@ 2009-08-21 21:24 ` Christian Lamparter
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Lamparter @ 2009-08-21 21:24 UTC (permalink / raw)
  To: Joerg Albert; +Cc: John W. Linville, linux-wireless@vger.kernel.org

On Friday 21 August 2009 22:53:37 Joerg Albert wrote:
> 
> Signed-off-by: Joerg Albert <jal2@gmx.de>
Acked-by: Christian Lamparter <chunkeey@web.de>

> ---
>  drivers/net/wireless/ath/ar9170/main.c |    6 ------
>  1 files changed, 0 insertions(+), 6 deletions(-)
> 
> diff --git a/drivers/net/wireless/ath/ar9170/main.c b/drivers/net/wireless/ath/ar9170/main.c
> index 911e502..5b73194 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 */
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-21 21:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-21 20:53 [PATCH 2/2 v2] ar9170: remove unnecessary call to ar9170_set_beacon_timers Joerg Albert
2009-08-21 21:24 ` Christian Lamparter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).