Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=66dcb6bdc57a799a16e8d2942b9ab38b8546eb3b
Commit:     66dcb6bdc57a799a16e8d2942b9ab38b8546eb3b
Parent:     5b3d71d90ec554a2b145db7fcb245e64bf28dda7
Author:     Ron Rindjunsky <[EMAIL PROTECTED]>
AuthorDate: Sun Jan 13 18:25:43 2008 +0200
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:10:10 2008 -0800

    mac80211: A-MPDU Rx remove stop_rx_ba_session warning print
    
    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 <[EMAIL PROTECTED]>
    Acked-by: Johannes Berg <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 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 8b47d81..e7da1cd 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;
        }
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to