]> Pileus Git - ~andy/linux/commitdiff
mac80211: A-MPDU Rx remove stop_rx_ba_session warning print
authorRon Rindjunsky <ron.rindjunsky@intel.com>
Sun, 13 Jan 2008 16:25:43 +0000 (18:25 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:10 +0000 (15:10 -0800)
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>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ieee80211_sta.c

index 8b47d81fc716708841e2b2995a9e2e3334f2ae4b..e7da1cde3abc1a846099b049871bd2f59dbf7595 100644 (file)
@@ -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;
        }