Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 2/2] mac80211: A-MPDU Rx remove stop_rx_ba_session warning print
@ 2008-01-13 16:25 Ron Rindjunsky
  2008-01-13 21:43 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Ron Rindjunsky @ 2008-01-13 16:25 UTC (permalink / raw)
  To: linville
  Cc: johannes, linux-wireless, flamingice, tomas.winkler, yi.zhu,
	Ron Rindjunsky

This patch removes a warning print from ieee80211_sta_stop_rx_ba_session
in case the tid is inactive when interface goes down.

Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
---
 net/mac80211/ieee80211_sta.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
index 866eb80..bb73aac 100644
--- a/net/mac80211/ieee80211_sta.c
+++ b/net/mac80211/ieee80211_sta.c
@@ -1215,9 +1215,6 @@ void ieee80211_sta_stop_rx_ba_session(struct net_device *dev, u8 *ra, u16 tid,
 	if (sta->ampdu_mlme.tid_rx[tid].state
 				!= HT_AGG_STATE_OPERATIONAL) {
 		spin_unlock_bh(&sta->ampdu_mlme.ampdu_rx);
-		if (net_ratelimit())
-			printk(KERN_DEBUG "rx BA session requested to stop on "
-				"inactive tid %d\n", tid);
 		sta_info_put(sta);
 		return;
 	}
-- 
1.5.3.7


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

* Re: [PATCH 2/2] mac80211: A-MPDU Rx remove stop_rx_ba_session warning print
  2008-01-13 16:25 [PATCH 2/2] mac80211: A-MPDU Rx remove stop_rx_ba_session warning print Ron Rindjunsky
@ 2008-01-13 21:43 ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2008-01-13 21:43 UTC (permalink / raw)
  To: Ron Rindjunsky
  Cc: linville, linux-wireless, flamingice, tomas.winkler, yi.zhu

[-- Attachment #1: Type: text/plain, Size: 1022 bytes --]


On Sun, 2008-01-13 at 18:25 +0200, Ron Rindjunsky wrote:
> This patch removes a warning print from ieee80211_sta_stop_rx_ba_session
> in case the tid is inactive when interface goes down.

Thanks.

> Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>

Acked-by: Johannes Berg <johannes@sipsolutions.net>

> ---
>  net/mac80211/ieee80211_sta.c |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
> index 866eb80..bb73aac 100644
> --- a/net/mac80211/ieee80211_sta.c
> +++ b/net/mac80211/ieee80211_sta.c
> @@ -1215,9 +1215,6 @@ void ieee80211_sta_stop_rx_ba_session(struct net_device *dev, u8 *ra, u16 tid,
>  	if (sta->ampdu_mlme.tid_rx[tid].state
>  				!= HT_AGG_STATE_OPERATIONAL) {
>  		spin_unlock_bh(&sta->ampdu_mlme.ampdu_rx);
> -		if (net_ratelimit())
> -			printk(KERN_DEBUG "rx BA session requested to stop on "
> -				"inactive tid %d\n", tid);
>  		sta_info_put(sta);
>  		return;
>  	}

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

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

end of thread, other threads:[~2008-01-13 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-13 16:25 [PATCH 2/2] mac80211: A-MPDU Rx remove stop_rx_ba_session warning print Ron Rindjunsky
2008-01-13 21:43 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox